+3
src/templates.rs
+3
src/templates.rs
···
299
-webkit-tap-highlight-color: transparent;
300
cursor: pointer;
301
border-radius: 2px;
302
}}
303
304
.logout:hover, .logout:active {{
···
1193
position: fixed;
1194
top: clamp(1rem, 2vmin, 1.5rem);
1195
right: clamp(6rem, 14vmin, 9rem);
1196
font-size: clamp(0.65rem, 1.4vmin, 0.75rem);
1197
color: var(--text-light);
1198
border: 1px solid var(--border);
···
299
-webkit-tap-highlight-color: transparent;
300
cursor: pointer;
301
border-radius: 2px;
302
+
display: flex;
303
+
align-items: center;
304
}}
305
306
.logout:hover, .logout:active {{
···
1195
position: fixed;
1196
top: clamp(1rem, 2vmin, 1.5rem);
1197
right: clamp(6rem, 14vmin, 9rem);
1198
+
font-family: inherit;
1199
font-size: clamp(0.65rem, 1.4vmin, 0.75rem);
1200
color: var(--text-light);
1201
border: 1px solid var(--border);