This commit is contained in:
vinceliuice
2023-10-19 23:31:32 +08:00
parent bfb6ce948e
commit d83c72d83b
2 changed files with 8 additions and 0 deletions

View File

@@ -1639,6 +1639,13 @@ headerbar {
}
}
button.star {
min-height: 24px;
min-width: 24px;
padding: ($medium-size - 24px) / 2;
@extend %circular-button;
}
entry { @extend %titlebar-entry; }
.linked:not(.vertical) > entry:not(:only-child) { border-radius: $corner-radius; }

View File

@@ -670,6 +670,7 @@ screenshot-carousel button,
font-size: 105%;
font-weight: normal;
box-shadow: none;
background-color: $fill;
}
// Styling for specific category buttons.