commit f056495d3c2093758003d27a1a9c466c9614b35b parent 6a293a935836e14d53cf2818d74843e0d31fb181 Author: TheJackiMonster <thejackimonster@gmail.com> Date: Tue, 15 Feb 2022 00:23:54 +0100 Fixed wrong padding in account entries Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> Diffstat:
| M | resources/css/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/css/style.css b/resources/css/style.css @@ -15,7 +15,7 @@ font-size: xx-small; } -.profile-entry { +.account-entry { padding: 4px 20px; }