mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-26 11:54:21 +01:00
Fix padding on the right side of the tabs to match left
This commit is contained in:
parent
f23fb3c07b
commit
d701da7a56
@ -11,7 +11,7 @@
|
|||||||
height: @tab-height + @tab-top-padding + @tab-bottom-border-height;
|
height: @tab-height + @tab-top-padding + @tab-bottom-border-height;
|
||||||
background: @tab-bar-background-color;
|
background: @tab-bar-background-color;
|
||||||
box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15);
|
box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15);
|
||||||
padding: 0 10px;
|
padding: 0 13px 0 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user