Theme tweaks
This commit is contained in:
parent
04735a538d
commit
12f3586f74
3 changed files with 15 additions and 22 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue