various fixes

This commit is contained in:
MathMan05 2024-08-17 10:30:59 -05:00
parent 2d9d71c91f
commit 678bb73e1e
7 changed files with 160 additions and 108 deletions

View file

@ -15,10 +15,12 @@ body {
background-color: var(--profile-bg);
border-radius: 10%;
padding: .2cm;
width: 7cm !important;
height: 8cm;
width: fit-content !important;
min-height: 3in;
border: solid, color-mix(in hsl,var(--black),transparent 80%), .03in;
box-shadow: inset .03in .35in .2in var(--accent_color);
min-height: 3.25in;
min-width: 7cm;
}
video{
max-width: 3in;
@ -160,6 +162,7 @@ samp {
display: flex;
flex-direction: column;
box-sizing: border-box;
max-width: 2.75in;
}