summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-07 09:37:04 +0100
committerVolpeon <git@volpeon.ink>2021-03-07 09:37:04 +0100
commit44f495ac19fd4782d9026e54381c15d11dc3e75f (patch)
tree29a1a130acacd5f7ae9f6e74472c6f1d6c098f13
parentRemove IBM Plex again, improve header appearance, fix appearance of mentions ... (diff)
downloadthelounge-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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.css b/theme.css
index 9e2b4f7..36bc9ac 100644
--- a/theme.css
+++ b/theme.css
@@ -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}