Adwaita: places sidebar eject button sizing
This commit is contained in:
@@ -3294,8 +3294,8 @@ $_placesidebar_icons_opacity: 0.7;
|
||||
placessidebar {
|
||||
row {
|
||||
// Needs overriding of the GtkListBoxRow padding
|
||||
padding: 0px;
|
||||
min-height: 36px;
|
||||
padding: 0px;
|
||||
|
||||
// Using margins/padding directly in the SidebarRow
|
||||
// will make the animation of the new bookmark row jump
|
||||
@@ -3316,8 +3316,11 @@ placessidebar {
|
||||
}
|
||||
|
||||
@at-root button.sidebar-button {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
min-height: 26px;
|
||||
min-width: 26px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
padding: 0;
|
||||
@extend button.flat;
|
||||
border-radius: 100%;
|
||||
-gtk-outline-radius: 100%;
|
||||
|
||||
@@ -3779,8 +3779,8 @@ stacksidebar row {
|
||||
* File chooser *
|
||||
****************/
|
||||
placessidebar row {
|
||||
padding: 0px;
|
||||
min-height: 36px; }
|
||||
min-height: 36px;
|
||||
padding: 0px; }
|
||||
placessidebar row > revealer {
|
||||
padding: 0 14px; }
|
||||
placessidebar row image.sidebar-icon {
|
||||
@@ -3794,8 +3794,11 @@ placessidebar row {
|
||||
placessidebar row label.sidebar-label:dir(rtl) {
|
||||
padding-left: 2px; }
|
||||
button.sidebar-button {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
min-height: 26px;
|
||||
min-width: 26px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
padding: 0;
|
||||
border-radius: 100%;
|
||||
-gtk-outline-radius: 100%; }
|
||||
button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image {
|
||||
|
||||
@@ -3818,8 +3818,8 @@ stacksidebar row {
|
||||
* File chooser *
|
||||
****************/
|
||||
placessidebar row {
|
||||
padding: 0px;
|
||||
min-height: 36px; }
|
||||
min-height: 36px;
|
||||
padding: 0px; }
|
||||
placessidebar row > revealer {
|
||||
padding: 0 14px; }
|
||||
placessidebar row image.sidebar-icon {
|
||||
@@ -3833,8 +3833,11 @@ placessidebar row {
|
||||
placessidebar row label.sidebar-label:dir(rtl) {
|
||||
padding-left: 2px; }
|
||||
button.sidebar-button {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
min-height: 26px;
|
||||
min-width: 26px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
padding: 0;
|
||||
border-radius: 100%;
|
||||
-gtk-outline-radius: 100%; }
|
||||
button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image {
|
||||
|
||||
Reference in New Issue
Block a user