Add styling for mycon and tag font-size for cards

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
Kouya Heika
2025-09-23 01:06:33 -05:00
parent 69f5ba2c5f
commit 818599eade

View File

@@ -33,3 +33,9 @@ div.usercard > table {
image-rendering: auto; image-rendering: auto;
width: 64px; height: 64px; width: 64px; height: 64px;
} }
.usercard.wide .userlink {
font-size: 20px;
}
.usercard.wide .userlink img {
vertical-align: sub;
}