diff options
| author | Volpeon <git@volpeon.ink> | 2021-03-07 09:37:04 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-03-07 09:37:04 +0100 |
| commit | 44f495ac19fd4782d9026e54381c15d11dc3e75f (patch) | |
| tree | 29a1a130acacd5f7ae9f6e74472c6f1d6c098f13 | |
| parent | Remove IBM Plex again, improve header appearance, fix appearance of mentions ... (diff) | |
| download | thelounge-theme-vulpes-44f495ac19fd4782d9026e54381c15d11dc3e75f.tar.gz thelounge-theme-vulpes-44f495ac19fd4782d9026e54381c15d11dc3e75f.tar.bz2 thelounge-theme-vulpes-44f495ac19fd4782d9026e54381c15d11dc3e75f.zip | |
Increase message's "from" field to accomodate larger icons
| -rw-r--r-- | theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -536,7 +536,7 @@ textarea.input { | |||
| 536 | 536 | ||
| 537 | #chat .from { | 537 | #chat .from { |
| 538 | grid-area: user; | 538 | grid-area: user; |
| 539 | min-width: 1em; | 539 | min-width: 1.2em; |
| 540 | text-align: left; | 540 | text-align: left; |
| 541 | mask-image: none; | 541 | mask-image: none; |
| 542 | } | 542 | } |
