mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:53:10 +02:00
parent
45cb1d7709
commit
11d4c2412e
2 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@ body {
|
|||
width: 100%;
|
||||
max-width: 60px;
|
||||
margin: auto;
|
||||
border-radius: 5px;
|
||||
border-radius: 100%;
|
||||
background: var(--panel);
|
||||
color: var(--fg);
|
||||
|
||||
|
|
|
@ -410,7 +410,7 @@ $widgets-hide-threshold: 1090px;
|
|||
width: 100%;
|
||||
max-width: 60px;
|
||||
margin: auto;
|
||||
border-radius: 5px;
|
||||
border-radius: 100%;
|
||||
background: var(--panel);
|
||||
color: var(--fg);
|
||||
|
||||
|
|
Loading…
Reference in a new issue