Filmout UI was breaking on linux (all of a sudden)

This commit is contained in:
Matt McWilliams 2021-04-01 19:40:29 -04:00
parent 6fee5a803c
commit 6fed941441
2 changed files with 2 additions and 2 deletions

View File

@ -852,7 +852,7 @@ button:focus {
padding-top: 5px;
}
#filmout_functions > div {
width: 410px;
width: 425px;
margin: 0 auto;
}
#filmout_stats_video,

View File

@ -88,7 +88,7 @@
#filmout_functions{
padding-top: 5px;
> div{
width: 410px;
width: 425px;
margin: 0 auto;
}
}