fix bad theme menu padding for #75
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m5s

This commit is contained in:
Corban-Lee Jones 2024-11-01 22:08:40 +00:00
parent 3f7c8f9805
commit 1b154d7c3a

View File

@ -297,6 +297,8 @@
// transform: translateX(-50%) !important;
}
> li:not(:last-child) { margin-right: 0.25rem; }
.theme-btn {
display: flex;
@ -312,8 +314,6 @@
&:hover, &:focus { background-color: var(--bs-body-bg); }
&:not(:first-child) { margin-right: 0.25rem; }
&.active {
color: var(--bs-white);