Fixes for panel-body and help-block

This commit is contained in:
Random Penguin 2025-02-19 21:36:57 +00:00
parent 43b9fb01ca
commit 756aa1dde9

View file

@ -964,6 +964,14 @@ aside .widget,
#upload-photo:focus {
background-color: darkblue !important;
}
.panel-body {
background-color: var(--nav-bg);
border-radius: 10px;
border-top: none !important;
}
.help-block {
color: var(--font-color-darker);
}
/* HIDE ATTACHMENT BUTTON */
.fbswitcher [data-mode="attachment"] {
display: var(--attach-file-button) !important;