nicer
Massimo Melina committed
Mar 25, 2023 at 23:04 UTC
2dd2c35c21d03b337dff83eba522362c5a135324
2 files changed
+6
-6
frontend/src/dialog.css
+5
-5
@@ -27,15 +27,15 @@
27
background-color: var(--color);
28
position: absolute;
29
top: 0;
30
- width: 1.8em;
31
- height: 1.7em;
30
+ width: 2em;
31
+ height: 1.8em;
32
text-align: center;
33
border-radius: .8em 0;
34
}
35
.dialog-title {
36
- font-size: 110%;
36
+ font-size: 120%;
37
position: absolute; /* avoid moving content down */
38
- top: 2px;
38
+ top: 5px;
39
}
40
.dialog-icon ~ .dialog-title {
41
text-align: center;
@@ -53,7 +53,7 @@
53
left: 0;
54
top: 0;
55
overflow: hidden;
56
- line-height: 1.7em;
56
+ line-height: 1.8em;
57
opacity: .8; /* render the idea that's not a button */
58
}
59
.dialog-content {
frontend/src/index.scss
+1
-1
@@ -173,7 +173,7 @@ header {
173
font-size: 90%;
174
}
175
#folder-stats {
176
- margin: 0.4em 0 0 0.5em;
176
+ margin: 0.5em 0 0 0.5em;
177
float: right;
178
& .icon {
179
margin-right: .3em;