diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-08-01 16:16:37 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-08-01 16:16:37 +0200 |
commit | 4556d00a6b16d0628c4c40c9bf4b07846a251501 (patch) | |
tree | 712853926ea230ea610ff7f0de6c93991d1e25a1 | |
parent | dc69f1577444fc9860231470d6a40136ed4688c6 (diff) | |
download | keks-meet-4556d00a6b16d0628c4c40c9bf4b07846a251501.tar keks-meet-4556d00a6b16d0628c4c40c9bf4b07846a251501.tar.bz2 keks-meet-4556d00a6b16d0628c4c40c9bf4b07846a251501.tar.zst |
chromium doesnt like `width: auto`
-rw-r--r-- | public/style/master.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/style/master.css b/public/style/master.css index f148d06..0b9e205 100644 --- a/public/style/master.css +++ b/public/style/master.css @@ -87,7 +87,6 @@ input[type="text"] { .media { max-height: 30vh; - width: auto; border: 0px solid transparent; border-radius: 5px; } |