Fixed budgie issues

This commit is contained in:
vinceliuice 2023-10-23 19:25:24 +08:00
parent 67f1eaaa39
commit b12021dfc3

View File

@ -511,7 +511,7 @@ window.budgie-popover:not(.csd) {
} }
.workspace-icon-button { .workspace-icon-button {
.budgie-panel & { // to overwrite the .budgie-panel button style below .budgie-panel.background & { // to overwrite the .budgie-panel button style below
min-height: 24px; min-height: 24px;
min-width: 24px; min-width: 24px;
padding: 0; padding: 0;
@ -1227,6 +1227,21 @@ $raven_shadow: 0 0 3px 0 rgba(black, 0.2), 0 0 8px 0 rgba(black, 0.15), 0 0 16px
} }
} }
} }
.raven-notifications-group {
.raven-notifications-group-header {
padding-left: $container_padding;
}
list > row {
border-radius: $bt_radius;
padding: $container_padding;
.notification-clone {
padding-left: $container_padding;
}
}
}
} }
// some specific scale styling // some specific scale styling
@ -1416,6 +1431,22 @@ window.budgie-switcher-window {
} }
} }
// Power Dialog
.budgie-power-dialog {
.titlebar {
&, &:backdrop {
background-color: transparent;
box-shadow: none;
border: none;
}
}
&.background.csd {
border-radius: $wm_radius;
box-shadow: inset 0 0 0 1px $highlight_color;
}
}
// PolKit Dialog // PolKit Dialog
.budgie-polkit-dialog { .budgie-polkit-dialog {
.message { color: gtkalpha(currentColor, 0.6); } .message { color: gtkalpha(currentColor, 0.6); }