summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorSediSocks <sedimentarysocks@gmail.com>2023-03-13 19:53:02 +0000
committerGitHub <noreply@github.com>2023-03-13 19:53:02 +0000
commit196f92593ca8c5d91c21d9678b62e9964bf850d6 (patch)
tree37f992cb407f32ca522466230f27abdb8e0ec448 /client
parentd7d2a151a8d60a8bde87a8245da299cd6489552f (diff)
fix flow view on webkit browsers
Diffstat (limited to 'client')
-rw-r--r--client/css/core-general.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/css/core-general.styl b/client/css/core-general.styl
index d25c5f6..7e5883a 100644
--- a/client/css/core-general.styl
+++ b/client/css/core-general.styl
@@ -300,10 +300,10 @@ a .access-key
background-size: 20px 20px
img
opacity: 0
- width: 100%
+ width: auto
height: 100%
video
- width: 100%
+ width: auto
height: 100%
.flexbox-dummy