Various fixes

This commit is contained in:
MathMan05 2024-06-08 22:22:59 -05:00
parent 54f026e262
commit 8c80870d30
5 changed files with 64 additions and 36 deletions

View file

@ -8,7 +8,12 @@ body {
margin: 0;
padding: 0;
}
#TOS{
width: fit-content !important;
}
.unkownfile{
background:var(--unknown-file-bg) ;
}
.imgfit {
max-width: 80vw;
max-height: 80vh;