Skip to content

Commit

Permalink
Fix css on privacy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed Nov 6, 2024
1 parent 7a4a4d4 commit 9cdbb8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/core/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ button {
.general_setting,
.junk_setting,
.trash_setting,
.drafts_setting {
.drafts_setting,
.privacy_setting {
display: none;
}
.update_search_label_field {
Expand Down Expand Up @@ -1354,7 +1355,7 @@ div.unseen,
font-size: 0.9rem;
display: inline-block;
margin-top: 0.5rem;
color: var(--bs-secondary) !important;
opacity: .6;
}

.popover {
Expand Down

0 comments on commit 9cdbb8e

Please sign in to comment.