Update style.css

This commit is contained in:
jelveh
2025-06-30 10:24:24 -07:00
parent 278bb29ee5
commit edf00a5fd4

View File

@@ -1773,7 +1773,12 @@ label {
border-bottom-right-radius: 10px;
width: fit-content;
overflow: clip;
box-shadow: 0 0 10px rgb(0 0 0 / 26%);
box-shadow: rgb(255 255 255 / 14%) 0px 0px 0px 0.5px inset, rgba(0, 0, 0, 0.2) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.2) 0px 2px 14px;
}
.toolbar-hidden {
box-shadow: rgb(255 255 255 / 44%) 0px 0px 0px 0.5px inset, rgba(0, 0, 0, 0.2) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.2) 0px 2px 14px;
}
.show-desktop-btn {