diff options
author | metamuffin <metamuffin@yandex.com> | 2022-01-23 20:05:08 +0100 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2022-01-23 20:05:08 +0100 |
commit | bc64a6efded659499f73fc574eaf9dd0b8cf4df4 (patch) | |
tree | 6bba1e41f4ffa6d59dce12bcd31be250f25b3856 /public/style | |
parent | c3eb2fceea6142fde473f1d2f465e4ec288d9509 (diff) | |
download | keks-meet-bc64a6efded659499f73fc574eaf9dd0b8cf4df4.tar keks-meet-bc64a6efded659499f73fc574eaf9dd0b8cf4df4.tar.bz2 keks-meet-bc64a6efded659499f73fc574eaf9dd0b8cf4df4.tar.zst |
css max height
Diffstat (limited to 'public/style')
-rw-r--r-- | public/style/master.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style/master.css b/public/style/master.css index a2d0d98..31c8eeb 100644 --- a/public/style/master.css +++ b/public/style/master.css @@ -99,7 +99,7 @@ input[type="text"] { } .media { - height: 100%; + max-height: 30vh; width: auto; border: 0px solid transparent; border-radius: 5px; |