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