fix on light mode

This commit is contained in:
Georges-Antoine Assi
2025-08-23 13:04:34 -04:00
parent 45974babb2
commit 08dfa560c8
2 changed files with 21 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<style>
html,
body {
background-color: rgba(13, 17, 23) !important;
background-color: rgba(242, 244, 248) !important;
overflow-y: auto;
margin: 0 !important;
}
@@ -42,7 +42,7 @@
width: 100vw;
height: 100vh;
z-index: 1020 !important;
background-color: rgba(13, 17, 23) !important;
background-color: rgba(242, 244, 248) !important;
}
#app-loading-logo img {
@@ -50,6 +50,24 @@
height: 30%;
opacity: 0.1;
}
@media (prefers-color-scheme: dark) {
html,
body {
background-color: rgba(13, 17, 23) !important;
}
#app-loading-logo {
background-color: rgba(13, 17, 23) !important;
}
}
@media (max-width: 960px) {
#app-loading-logo img {
width: 50%;
height: 50%;
}
}
</style>
<script type="module" src="/src/main.ts"></script>

View File

@@ -90,7 +90,7 @@ watch(
height="100%"
class="position-fixed bg-surface mt-4 char-index-toolbar"
:style="{
'max-height': calculatedHeight,
height: calculatedHeight,
}"
>
<v-tabs