mirror of https://gitlab.com/bashrc2/epicyon
Tox address font sizes
parent
847d84f32e
commit
f41292e3e6
|
@ -27,7 +27,8 @@
|
||||||
--font-size5: 20px;
|
--font-size5: 20px;
|
||||||
--font-size-pgp-key: 16px;
|
--font-size-pgp-key: 16px;
|
||||||
--font-size-pgp-key2: 11px;
|
--font-size-pgp-key2: 11px;
|
||||||
--font-size-tox: 8px;
|
--font-size-tox: 16px;
|
||||||
|
--font-size-tox2: 8px;
|
||||||
--text-entry-foreground: #ccc;
|
--text-entry-foreground: #ccc;
|
||||||
--text-entry-background: #111;
|
--text-entry-background: #111;
|
||||||
--time-color: #aaa;
|
--time-color: #aaa;
|
||||||
|
@ -1265,7 +1266,7 @@ aside .toggle-inside li {
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
.toxaddr {
|
.toxaddr {
|
||||||
font-size: var(--font-size-tox);
|
font-size: var(--font-size-tox2);
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.ssbaddr {
|
.ssbaddr {
|
||||||
|
|
Loading…
Reference in New Issue