mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Replace node-sass with sass (#138)
This commit is contained in:
@ -124,7 +124,7 @@
|
||||
.player-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 16 / 9 * 100vh;
|
||||
max-width: calc(16 / 9 * 100vh);
|
||||
|
||||
video {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user