refactor(swaync): slight adjustments
This commit is contained in:
parent
78dceb8aab
commit
0af2140e03
2 changed files with 4 additions and 6 deletions
|
@ -10,14 +10,14 @@
|
|||
"control-center-margin-right": 8,
|
||||
"control-center-margin-left": 8,
|
||||
"control-center-width": 500,
|
||||
"control-center-height": 900,
|
||||
"control-center-height": 1000,
|
||||
"fit-to-screen": false,
|
||||
|
||||
"layer": "top",
|
||||
"control-center-layer": "top",
|
||||
"cssPriority": "user",
|
||||
"notification-icon-size": 64,
|
||||
"notification-body-image-height": 100,
|
||||
"notification-body-image-height": 300,
|
||||
"notification-body-image-width": 200,
|
||||
"notification-inline-replies": true,
|
||||
"timeout": 10,
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Dracula Theme */
|
||||
/* https://gist.github.com/MrRoy/3a4a0b1462921e78bf667e1b36697268 */
|
||||
@define-color foreground rgb(248, 248, 242);
|
||||
|
@ -12,8 +11,6 @@
|
|||
transition: all 200ms ease;
|
||||
outline: none;
|
||||
margin-bottom: 4px;
|
||||
margin-right: 13px;
|
||||
margin-top: 8px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
@ -95,11 +92,12 @@
|
|||
.notification-default-action,
|
||||
.notification-action {
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
margin: 0px;
|
||||
box-shadow: none;
|
||||
background: @current-line;
|
||||
border: 2px solid @accent;
|
||||
color: @foreground;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
.notification-default-action:hover,
|
||||
|
|
Loading…
Reference in a new issue