mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28: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 {
|
.core_TabContainer_Tab {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
height: calc(100% + 1px);
|
height: calc(100% + 1px);
|
||||||
line-height: 22px;
|
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border: solid 1px var(--border-color);
|
border: solid 1px var(--border-color);
|
||||||
margin: 0 1px -1px 1px;
|
margin: 0 1px -1px 1px;
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
|
|
||||||
#root .lm_tab {
|
#root .lm_tab {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
height: 21px;
|
display: inline-flex;
|
||||||
line-height: 22px;
|
align-items: center;
|
||||||
|
height: 23px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border: solid 1px var(--border-color);
|
border: solid 1px var(--border-color);
|
||||||
margin: 0 1px -1px 1px;
|
margin: 0 1px -1px 1px;
|
||||||
|
@ -32,7 +32,7 @@ const DEFAULT_LAYOUT_CONFIG = {
|
|||||||
showMaximiseIcon: false,
|
showMaximiseIcon: false,
|
||||||
},
|
},
|
||||||
dimensions: {
|
dimensions: {
|
||||||
headerHeight: 22,
|
headerHeight: 24,
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
close: "Close",
|
close: "Close",
|
||||||
|
Loading…
Reference in New Issue
Block a user