From 5d0703d22d60b0ecb0c3f5df4c90a762045108c4 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 23 Jan 2025 23:54:09 +0000 Subject: [PATCH] Shift "Remote Server" SAVE buttons right. --- bookface_light.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bookface_light.css b/bookface_light.css index 647aea7..4fb5aa1 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -279,7 +279,11 @@ display: block; clear: both; } - + #settings-server button[type="submit"] { + float: right !important; + margin-left: 5px !important; + margin-bottom: 20px !important; + } /* Other people profiles */ #mention-link { background-color: var(--link-color) !important;