fixed bottom margin of video container

This commit is contained in:
Milarin 2024-09-18 14:44:52 +02:00
parent 217b4249a4
commit 825df9a479

View File

@ -52,7 +52,7 @@ header {
header span.material-symbols-outlined { header span.material-symbols-outlined {
font-size: 2em; font-size: 2em;
line-height: 3rem; line-height: 2.5rem;
float: right; float: right;
padding: 0 0.25em; padding: 0 0.25em;
transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;
@ -65,7 +65,7 @@ header span.material-symbols-outlined:hover {
#video-container { #video-container {
margin-top: var(--header-height); margin-top: var(--header-height);
margin-bottom: calc(var(--footer-height) + var(--footer-padding) * 2); padding-bottom: calc(var(--footer-height) + var(--footer-padding) * 2) !important;
} }
footer { footer {