diff options
| author | SediSocks <sedimentarysocks@gmail.com> | 2023-03-13 19:53:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 19:53:02 +0000 |
| commit | 196f92593ca8c5d91c21d9678b62e9964bf850d6 (patch) | |
| tree | 37f992cb407f32ca522466230f27abdb8e0ec448 | |
| parent | d7d2a151a8d60a8bde87a8245da299cd6489552f (diff) | |
fix flow view on webkit browsers
| -rw-r--r-- | client/css/core-general.styl | 4 |
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 |