fix bad theme menu padding for #75
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m5s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m5s
This commit is contained in:
parent
3f7c8f9805
commit
1b154d7c3a
@ -297,6 +297,8 @@
|
|||||||
// transform: translateX(-50%) !important;
|
// transform: translateX(-50%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> li:not(:last-child) { margin-right: 0.25rem; }
|
||||||
|
|
||||||
.theme-btn {
|
.theme-btn {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -312,8 +314,6 @@
|
|||||||
|
|
||||||
&:hover, &:focus { background-color: var(--bs-body-bg); }
|
&:hover, &:focus { background-color: var(--bs-body-bg); }
|
||||||
|
|
||||||
&:not(:first-child) { margin-right: 0.25rem; }
|
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
||||||
color: var(--bs-white);
|
color: var(--bs-white);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user