summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-07 16:03:56 +0100
committerVolpeon <git@volpeon.ink>2021-03-07 16:03:56 +0100
commitca169d5feb700c0712a0f94f211190b3a8d8502d (patch)
tree2f917860e7509deb4a781d56606c5f1332bed995
parentMinor appearance improvements/fixes (diff)
downloadthelounge-theme-vulpes-ca169d5feb700c0712a0f94f211190b3a8d8502d.tar.gz
thelounge-theme-vulpes-ca169d5feb700c0712a0f94f211190b3a8d8502d.tar.bz2
thelounge-theme-vulpes-ca169d5feb700c0712a0f94f211190b3a8d8502d.zip
Fix
-rw-r--r--theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.css b/theme.css
index 99cdf43..95251a7 100644
--- a/theme.css
+++ b/theme.css
@@ -593,7 +593,7 @@ textarea.input {
593#chat .from { 593#chat .from {
594 grid-area: user; 594 grid-area: user;
595 min-width: 1.2rem; 595 min-width: 1.2rem;
596 text-align: center; 596 text-align: left;
597 -webkit-mask-image: none; 597 -webkit-mask-image: none;
598 mask-image: none; 598 mask-image: none;
599} 599}