Skip to content

Commit

Permalink
I forgot to put these outside of gktitnative="false"
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbruni committed Oct 27, 2024
1 parent 522de4c commit d7c56fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,6 @@
}
}

// Add spacing between caption buttons and tabs.
&[sizemode="maximized"] .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 16px !important;
}
&:not([sizemode="maximized"]) .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 5px !important;
}

// Glen's head
&[geckium-chrflag-glen-is-close-button="true"] {
//Move where the shadow is for Glen's head
Expand Down Expand Up @@ -298,4 +290,12 @@
}
}
}

// Add spacing between caption buttons and tabs.
&[sizemode="maximized"] .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 16px !important;
}
&:not([sizemode="maximized"]) .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 5px !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@
list-style-image: url(chrome://userchrome/content/assets/img/chrome-68/titlebar/windows/minimise.svg) !important;
order: 0 !important;
}
}

// Add spacing between caption buttons and tabs.
&[sizemode="maximized"] .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 16px !important;
}
&:not([sizemode="maximized"]) .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 5px !important;
}
// Add spacing between caption buttons and tabs.
&[sizemode="maximized"] .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 16px !important;
}
&:not([sizemode="maximized"]) .titlebar-spacer[type="post-tabs"] {
margin-inline-end: 5px !important;
}
}

0 comments on commit d7c56fe

Please sign in to comment.