FEAT Styling the custom save post button

This commit is contained in:
Antoine M 2025-04-07 12:21:08 +02:00
parent b1cac05b3c
commit 7d2de1fe6d

View File

@ -653,6 +653,9 @@ select[data-enpassusermodified='yes'] {
#set-online-status {
@apply text-white border-none rounded-xl px-4 !py-1 ml-auto;
}
#save-post-custom {
@apply ml-auto rounded-xl bg-amber-600 border-none text-white px-4 !py-1;
}
#set-offline-status {
@apply bg-neutral-600;