Adwaita: notebook tab sizing fix

This commit is contained in:
Lapo Calamandrei
2016-02-26 19:01:19 +01:00
parent 0a6ee5e2cf
commit 4fd5ad2f07
3 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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 {