diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2023-04-17 12:30:21 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2023-04-17 12:30:21 -0400 |
| commit | 81f7ae8034ccdd8f42b0f84e4451872518818647 (patch) | |
| tree | 27f20a08fe3a6c387fa17341bf8c240cd77c8e30 | |
| parent | 648121d7c355953c357227641329b7f128ecc577 (diff) | |
| parent | 196f92593ca8c5d91c21d9678b62e9964bf850d6 (diff) | |
client: fix post flow view on webkit browsers
Merge branch 'SediSocks-master'
| -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 |