mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-22 16:07:00 +00:00
Fixed subtitles background
This commit is contained in:
parent
4708980b8d
commit
d34bc33fa2
1 changed files with 3 additions and 2 deletions
|
@ -422,7 +422,7 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
/* top: -200px; */
|
/* top: -200px; */
|
||||||
bottom: 150px;
|
bottom: 150px;
|
||||||
/* margin: auto; */
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
font-family: InterVariable;
|
font-family: InterVariable;
|
||||||
|
@ -431,8 +431,9 @@ body {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
margin: 0px 40px 0px 40px;
|
padding: 0px 5px;
|
||||||
|
|
||||||
|
width: fit-content;
|
||||||
|
|
||||||
/* display: flex; */
|
/* display: flex; */
|
||||||
/* align-items: center; */
|
/* align-items: center; */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue