mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-24 22:25:16 +02:00
🐛 Fix width for gl-current-cpu widget on Safari (#1255)
This commit is contained in:
parent
c4b687550d
commit
d8c0919afc
@ -112,6 +112,7 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin: 0.25rem auto;
|
margin: 0.25rem auto;
|
||||||
padding: 0.1rem 0.25rem;
|
padding: 0.1rem 0.25rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user