mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Made golden layout tabs height the same as regular tabs height. Correctly centered text in both.
This commit is contained in:
parent
f73db32eaa
commit
c743cba13b
@ -6,9 +6,9 @@
|
||||
|
||||
.core_TabContainer_Tab {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: calc(100% + 1px);
|
||||
line-height: 22px;
|
||||
padding: 0 10px;
|
||||
border: solid 1px var(--border-color);
|
||||
margin: 0 1px -1px 1px;
|
||||
|
@ -10,8 +10,9 @@
|
||||
|
||||
#root .lm_tab {
|
||||
cursor: default;
|
||||
height: 21px;
|
||||
line-height: 22px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: 23px;
|
||||
padding: 0 10px;
|
||||
border: solid 1px var(--border-color);
|
||||
margin: 0 1px -1px 1px;
|
||||
|
@ -32,7 +32,7 @@ const DEFAULT_LAYOUT_CONFIG = {
|
||||
showMaximiseIcon: false,
|
||||
},
|
||||
dimensions: {
|
||||
headerHeight: 22,
|
||||
headerHeight: 24,
|
||||
},
|
||||
labels: {
|
||||
close: "Close",
|
||||
|
Loading…
Reference in New Issue
Block a user