feat: refine settings, stores, and message folders

This commit is contained in:
SethBurkart123
2026-08-04 11:05:51 +10:00
parent defaf76144
commit ddbccecda2
33 changed files with 922 additions and 705 deletions
+2 -38
View File
@@ -162,40 +162,6 @@ select option {
}
}
#store {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 9998;
animation: fadeIn 500ms forwards;
animation-delay: 200ms;
opacity: 0;
&.hide {
animation: fadeOut 500ms forwards;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.dark .resizeBar {
background-color: rgb(28 28 30);
}
@@ -1817,12 +1783,10 @@ html.transparencyEffects
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.3);
}
/* Not named `.border` — Tailwinds utility of that name is injected into the
page via content-script CSS in production and would paint a 1px outline. */
.bsplus-rounded {
/* `.border` is also a public hook used by existing themes. */
.home-container .border {
border-radius: 16px;
overflow: clip;
border-width: 0;
}
.shortcut-container h2 {
font-size: 20px;