mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-17 13:57:55 -07:00
Fixed #164
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.quick-settings {
|
||||
padding: $base_padding * 3 !important;
|
||||
border-radius: $base_radius + $base_padding * 3 !important;
|
||||
margin-top: $base_padding !important;
|
||||
margin-top: $base_padding + 4px !important;
|
||||
|
||||
.icon-button, .button {
|
||||
padding: $base_padding * 1.75;
|
||||
|
@@ -2913,6 +2913,7 @@ separator {
|
||||
border-radius: $corner-radius + 1px;
|
||||
box-shadow: none;
|
||||
border: 1px solid $divider;
|
||||
background-color: $surface;
|
||||
|
||||
> separator {
|
||||
background: none;
|
||||
|
@@ -3697,6 +3697,7 @@ separator {
|
||||
border-radius: $corner-radius + 1px;
|
||||
box-shadow: none;
|
||||
border: 1px solid $border;
|
||||
background-color: $surface;
|
||||
}
|
||||
|
||||
%circular_row {
|
||||
|
@@ -51,7 +51,7 @@ avatar {
|
||||
color: $text-secondary;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
background-color: $base;
|
||||
background-color: $surface;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user