Spaces:
Running
Running
Ron Au
commited on
Commit
·
b72aaa2
1
Parent(s):
2b08065
fix(Safari bug): Tweak Colorless energy sizing
Browse files- static/style.css +2 -2
static/style.css
CHANGED
|
@@ -728,7 +728,7 @@ img.hf-logo {
|
|
| 728 |
.colorless.energy {
|
| 729 |
border-radius: 50%;
|
| 730 |
background-color: hsl(0 0% 100% / 15%);
|
| 731 |
-
font-size: 0.
|
| 732 |
filter: contrast(100) grayscale(1) drop-shadow(0 0 0.1rem white);
|
| 733 |
}
|
| 734 |
|
|
@@ -985,7 +985,7 @@ header .energy {
|
|
| 985 |
}
|
| 986 |
|
| 987 |
.energy {
|
| 988 |
-
width: 1.
|
| 989 |
aspect-ratio: 1 / 1;
|
| 990 |
text-align: center;
|
| 991 |
cursor: default;
|
|
|
|
| 728 |
.colorless.energy {
|
| 729 |
border-radius: 50%;
|
| 730 |
background-color: hsl(0 0% 100% / 15%);
|
| 731 |
+
font-size: 0.8em;
|
| 732 |
filter: contrast(100) grayscale(1) drop-shadow(0 0 0.1rem white);
|
| 733 |
}
|
| 734 |
|
|
|
|
| 985 |
}
|
| 986 |
|
| 987 |
.energy {
|
| 988 |
+
width: 1.2rem;
|
| 989 |
aspect-ratio: 1 / 1;
|
| 990 |
text-align: center;
|
| 991 |
cursor: default;
|