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