Compare commits
2 Commits
217b4249a4
...
efd5dd0087
Author | SHA1 | Date | |
---|---|---|---|
efd5dd0087 | |||
825df9a479 |
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user