making battery notify widget have a close button
This commit is contained in:
parent
5d00edbf81
commit
e8038dc9ab
2 changed files with 19 additions and 1 deletions
11
eww/eww.scss
11
eww/eww.scss
|
@ -759,6 +759,17 @@ scale trough {
|
|||
margin: 20px 50px 10px 40px;
|
||||
}
|
||||
|
||||
.close-icon {
|
||||
margin-left: -10px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 50px;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.close-icon:hover {
|
||||
color: $base08;
|
||||
}
|
||||
|
||||
.volume-container {
|
||||
background-color: $darktransparent;
|
||||
border-radius: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue