add quote widget

This commit is contained in:
Your Name
2025-04-18 19:49:42 -04:00
parent 066bb11814
commit 4975dea12a
30 changed files with 468 additions and 248 deletions
+6 -2
View File
@@ -26,6 +26,11 @@ body {
border-radius: 5px;
}
.globalsettings {
overflow: visible !important;
padding: 0px !important;
}
.aero {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
@@ -138,8 +143,7 @@ body {
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
min-width: 400px;
max-width: 60vw;
width: 800px;
text-align: center;
}