aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-15 00:23:54 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-15 00:23:54 +0100
commitf056495d3c2093758003d27a1a9c466c9614b35b (patch)
tree53e6f6c918745bff2dd9526c5d7896b50bee308b
parent6a293a935836e14d53cf2818d74843e0d31fb181 (diff)
downloadmessenger-gtk-f056495d3c2093758003d27a1a9c466c9614b35b.tar.gz
messenger-gtk-f056495d3c2093758003d27a1a9c466c9614b35b.zip
Fixed wrong padding in account entries
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--resources/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/css/style.css b/resources/css/style.css
index f513280..16987a9 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -15,7 +15,7 @@
15 font-size: xx-small; 15 font-size: xx-small;
16} 16}
17 17
18.profile-entry { 18.account-entry {
19 padding: 4px 20px; 19 padding: 4px 20px;
20} 20}
21 21