Compare commits
No commits in common. "efd5dd0087f0b26132a871607d09abe360dd64a1" and "217b4249a402a93105d5076a5fa32f870c834d1f" have entirely different histories.
efd5dd0087
...
217b4249a4
@ -95,7 +95,6 @@ dialog::backdrop {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
|
||||||
background-color: rgba(0, 0, 0, 0.85);
|
background-color: rgba(0, 0, 0, 0.85);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@ header {
|
|||||||
|
|
||||||
header span.material-symbols-outlined {
|
header span.material-symbols-outlined {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: 2.5rem;
|
line-height: 3rem;
|
||||||
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);
|
||||||
padding-bottom: calc(var(--footer-height) + var(--footer-padding) * 2) !important;
|
margin-bottom: calc(var(--footer-height) + var(--footer-padding) * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user