Fixed issues

This commit is contained in:
vinceliuice
2024-11-16 22:06:44 +08:00
parent 18a308ba41
commit b9f3d52000
5 changed files with 24 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
color: white; color: white;
background-color: rgba(black, 0.75); background-color: rgba(black, 0.75);
text-align: center; text-align: center;
padding: 0.32em 0.4em; padding: 0.25em 0.4em;
} }
.notification-badge { .notification-badge {
@@ -29,7 +29,7 @@
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
border-radius: $circular-radius; border-radius: $circular-radius;
margin: 2px 3px 5px; margin: 2px 3px 5px;
padding: 0.3em 0.4em; padding: 0.25em 0.4em;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }

View File

@@ -2183,6 +2183,10 @@ popover {
stack > box { padding: 0; } stack > box { padding: 0; }
> box > button { margin: 0; } > box > button { margin: 0; }
> statuspage.compact > scrolledwindow > viewport > box {
margin: $space-size * 2;
}
} }
// FIXME: Use the popover color instead of transparent as a workaround for .view // FIXME: Use the popover color instead of transparent as a workaround for .view

View File

@@ -95,6 +95,13 @@ navigation-view-page {
} }
} }
button.star {
min-height: 24px;
min-width: 24px;
padding: ($medium-size - 24px) / 2;
border-radius: $corner-radius;
}
// //
// Gnome Control Center // Gnome Control Center
// //
@@ -899,18 +906,6 @@ box.star {
background-image: none; background-image: none;
} }
button.star {
outline-offset: 0;
background-color: transparent;
background-image: none;
border-image: none;
border-radius: 0;
border-width: 0;
padding: 0;
box-shadow: none;
outline-offset: -1px;
}
star-image { star-image {
color: $yellow-dark; color: $yellow-dark;
} }

View File

@@ -106,3 +106,10 @@ list.operations-list {
} }
} }
} }
button.image-button.star {
min-height: 24px;
min-width: 24px;
padding: ($medium_size - 24px) / 2;
border-radius: $button_radius;
}

View File

@@ -43,6 +43,10 @@ popover {
separator { separator {
background-color: gtkalpha(currentColor, 0.08); background-color: gtkalpha(currentColor, 0.08);
} }
> statuspage.compact > scrolledwindow > viewport > box { // Nautilus popover
margin: $base_padding * 2;
}
} }
.osd &, .osd &,