mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-23 21:17:59 +02:00
Replace node-sass with sass (#138)
This commit is contained in:
parent
2cc6df22d1
commit
58509cbfc9
3 changed files with 5 additions and 3 deletions
|
@ -124,7 +124,7 @@
|
|||
.player-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 16 / 9 * 100vh;
|
||||
max-width: calc(16 / 9 * 100vh);
|
||||
|
||||
video {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue