Adwaita: notebook tab sizing fix
This commit is contained in:
@ -1988,6 +1988,9 @@ notebook {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.top tab { padding-bottom: 4px; }
|
||||
&.bottom tab { padding-top: 4px; }
|
||||
}
|
||||
|
||||
> stack:not(:only-child) { // the :not(:only-child) is for "hidden" notebooks
|
||||
|
||||
@ -2206,6 +2206,10 @@ notebook > header {
|
||||
margin-bottom: 4px; }
|
||||
notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
|
||||
border-style: solid none; }
|
||||
notebook > header.top tab {
|
||||
padding-bottom: 4px; }
|
||||
notebook > header.bottom tab {
|
||||
padding-top: 4px; }
|
||||
notebook > stack:not(:only-child) {
|
||||
background-color: #292929; }
|
||||
notebook > stack:not(:only-child):backdrop {
|
||||
|
||||
@ -2216,6 +2216,10 @@ notebook > header {
|
||||
margin-bottom: 4px; }
|
||||
notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
|
||||
border-style: solid none; }
|
||||
notebook > header.top tab {
|
||||
padding-bottom: 4px; }
|
||||
notebook > header.bottom tab {
|
||||
padding-top: 4px; }
|
||||
notebook > stack:not(:only-child) {
|
||||
background-color: #ffffff; }
|
||||
notebook > stack:not(:only-child):backdrop {
|
||||
|
||||
Reference in New Issue
Block a user