Compare commits

..

2 Commits

Author SHA1 Message Date
efd5dd0087 removed border radius for fullscreen dialogs 2024-09-18 21:42:24 +02:00
825df9a479 fixed bottom margin of video container 2024-09-18 14:44:52 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -95,6 +95,7 @@ dialog::backdrop {
min-width: 100%;
min-height: 100%;
border: none;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.85);
}
}

View File

@ -52,7 +52,7 @@ header {
header span.material-symbols-outlined {
font-size: 2em;
line-height: 3rem;
line-height: 2.5rem;
float: right;
padding: 0 0.25em;
transition: all 0.1s ease-in-out;
@ -65,7 +65,7 @@ header span.material-symbols-outlined:hover {
#video-container {
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 {