mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix overflowing tabs
This commit is contained in:
@@ -3056,7 +3056,7 @@ notebook > header {
|
|||||||
notebook > header.top {
|
notebook > header.top {
|
||||||
border-bottom-style: solid; }
|
border-bottom-style: solid; }
|
||||||
notebook > header.top > tabs {
|
notebook > header.top > tabs {
|
||||||
margin-bottom: -3px; }
|
margin-bottom: -2px; }
|
||||||
notebook > header.top > tabs > tab:backdrop {
|
notebook > header.top > tabs > tab:backdrop {
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
notebook > header.top > tabs > tab:checked {
|
notebook > header.top > tabs > tab:checked {
|
||||||
|
|||||||
@@ -3063,7 +3063,7 @@ notebook > header {
|
|||||||
notebook > header.top {
|
notebook > header.top {
|
||||||
border-bottom-style: solid; }
|
border-bottom-style: solid; }
|
||||||
notebook > header.top > tabs {
|
notebook > header.top > tabs {
|
||||||
margin-bottom: -3px; }
|
margin-bottom: -2px; }
|
||||||
notebook > header.top > tabs > tab:backdrop {
|
notebook > header.top > tabs > tab:backdrop {
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
notebook > header.top > tabs > tab:checked {
|
notebook > header.top > tabs > tab:checked {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ notebook {
|
|||||||
&.top {
|
&.top {
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
> tabs {
|
> tabs {
|
||||||
margin-bottom: -3px;
|
margin-bottom: -2px;
|
||||||
> tab {
|
> tab {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user