More pages, some finished

This commit is contained in:
2025-06-25 11:13:15 +02:00
parent cf31a03582
commit 9880084841
11 changed files with 361 additions and 93 deletions

View File

@@ -23,6 +23,7 @@
bottom: 5px;
}
/* Close button */
.analytics-button {
color: var( --color-text-primary );
position: absolute;
@@ -38,25 +39,30 @@
color: var( --color-text-primary ) !important;
}
/* The small icon on the side that is shown when main panel is closed */
.analytics-notice .small-symbol {
position: fixed;
bottom: -3px;
bottom: 20px;
right: 0px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: var( --color-background-analytics );
border: solid black 1px;
cursor: pointer;
transition: all 1s;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
right: 10px;
padding-left: 5px;
padding-right: 10px;
padding-bottom: 20px;
padding-top: 20px;
transition-delay: 2s;
z-index: 10001;
font-size: 1.5rem;
}
.analytics-notice .small-symbol .material-symbols-outlined {
font-size: 1.75rem;
}
.analytics-notice.show .small-symbol {
bottom: -100px;
right: -100px;
transition-delay: 0s;
}