Push "Remote Server" SAVE buttons right.

This commit is contained in:
Random Penguin 2025-01-23 23:52:18 +00:00
parent bbaac7dc80
commit 304702a0f8

View file

@ -322,6 +322,11 @@ box-sizing: border-box;
display: block;
clear: both;
}
#settings-server button[type="submit"] {
float: right !important;
margin-left: 5px !important;
margin-bottom: 20px !important;
}
/* Compose Window */
#upload-photo {
background-color: var(--link-color) !important;