Fix sidebar

This commit is contained in:
Jeremy Thomas
2024-03-21 17:36:39 +00:00
parent 3d5f7a6ad3
commit bdd96cae8c
10 changed files with 62 additions and 22 deletions

View File

@@ -34941,10 +34941,9 @@ has-background-moon.is-hoverable:active {
animation-delay: 0.4s;
animation-name: anim-slow-intro;
align-self: center;
background-color: var(--bulma-scheme-main);
border-color: var(--bulma-success-80);
box-shadow: 0px 0.25em 0.5em 0px hsla(var(--bulma-success-h), var(--bulma-success-s), var(--bulma-success-l), 0.08);
color: var(--bulma-success-40);
background-color: var(--bulma-success-soft);
border: none;
color: var(--bulma-success);
font-size: calc(var(--scale) * 1.25em);
transform-origin: center;
}
@@ -36854,6 +36853,15 @@ has-background-moon.is-hoverable:active {
line-height: 1.25rem;
}
.bd-side-sponsor {
display: flex;
margin: 0.5rem;
margin-top: 0;
}
.bd-side-sponsor img {
border-radius: 0.75rem;
}
.bd-notification {
--bulma-notification-h: var(--bulma-scheme-h);
--bulma-notification-s: var(--bulma-scheme-s);

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB