Theme tweaks

This commit is contained in:
Astra 2025-05-16 07:26:16 +09:00
parent 04735a538d
commit 12f3586f74
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag
3 changed files with 15 additions and 22 deletions

View file

@ -238,7 +238,7 @@ a:hover {
}
#accountName {
margin-left: 10px;
font-size: 0.9em;
font-size: 1em;
max-width: 80%;
/* replace overflow with ellipsis */
@ -246,13 +246,6 @@ a:hover {
text-overflow: ellipsis;
white-space: nowrap;
}
#avatar {
width: 50px;
height: 50px;
margin: 0px;
object-fit: cover;
border-right: var(--border-color) 1px solid;
}
/* App.Svelte */
/* desktop style */