mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-02-04 13:04:20 +01:00
Increase satusab height and remove tabbar padding
This commit is contained in:
parent
39f186bbd3
commit
845e82e57e
@ -11,7 +11,8 @@
|
|||||||
.tool-panel {
|
.tool-panel {
|
||||||
.text(normal);
|
.text(normal);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 36px;
|
||||||
|
line-height: 36px;
|
||||||
background-color: @tool-panel-background-color;
|
background-color: @tool-panel-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
.tab-bar {
|
.tab-bar {
|
||||||
height: @tab-height + @tab-top-padding;
|
height: @tab-height + @tab-top-padding;
|
||||||
background: @tab-bar-background-color;
|
background: @tab-bar-background-color;
|
||||||
padding: 0 13px 0 10px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
@ -65,7 +64,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: 20px;
|
margin-left: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user