theme: Adjust style of lock screen notifications
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
This commit is contained in:
parent
bd0bf3d3d0
commit
893bde0ca1
@ -19,10 +19,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.unlock-dialog-notifications-container {
|
.unlock-dialog-notifications-container {
|
||||||
|
margin: 12px 0;
|
||||||
spacing: 6px;
|
spacing: 6px;
|
||||||
width: 30em;
|
width: 23em;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
max-height: 500px;
|
|
||||||
.summary-notification-stack-scrollview {
|
.summary-notification-stack-scrollview {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
@ -36,16 +36,16 @@
|
|||||||
color: $osd_fg_color;
|
color: $osd_fg_color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.notification { margin-right: 15px; } //compensate for space allocated to the scrollbar
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.unlock-dialog-notification-label {
|
.unlock-dialog-notification-label {
|
||||||
font-weight: bold;
|
|
||||||
padding: 0px 0px 0px 12px;
|
padding: 0px 0px 0px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unlock-dialog-notification-count-text { padding: 0px 0px 0px 12px; }
|
.unlock-dialog-notification-count-text {
|
||||||
|
weight: bold;
|
||||||
|
padding: 0px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.screen-shield-background { //just the shadow, really
|
.screen-shield-background { //just the shadow, really
|
||||||
background: black;
|
background: black;
|
||||||
|
@ -21,7 +21,7 @@ const CROSSFADE_TIME = 300;
|
|||||||
const BLUR_BRIGHTNESS = 0.55;
|
const BLUR_BRIGHTNESS = 0.55;
|
||||||
const BLUR_RADIUS = 200;
|
const BLUR_RADIUS = 200;
|
||||||
|
|
||||||
const SUMMARY_ICON_SIZE = 48;
|
const SUMMARY_ICON_SIZE = 32;
|
||||||
|
|
||||||
var NotificationsBox = GObject.registerClass({
|
var NotificationsBox = GObject.registerClass({
|
||||||
Signals: { 'wake-up-screen': {} },
|
Signals: { 'wake-up-screen': {} },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user