Tox address font sizes

merge-requests/8/head
Bob Mottram 2020-08-14 13:53:19 +01:00
parent 847d84f32e
commit f41292e3e6
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,8 @@
--font-size5: 20px;
--font-size-pgp-key: 16px;
--font-size-pgp-key2: 11px;
--font-size-tox: 8px;
--font-size-tox: 16px;
--font-size-tox2: 8px;
--text-entry-foreground: #ccc;
--text-entry-background: #111;
--time-color: #aaa;
@ -1265,7 +1266,7 @@ aside .toggle-inside li {
@media screen and (max-width: 1000px) {
.toxaddr {
font-size: var(--font-size-tox);
font-size: var(--font-size-tox2);
font-family: Arial, Helvetica, sans-serif;
}
.ssbaddr {