diff options
| author | hujle <16465620+hujle@users.noreply.github.com> | 2023-12-10 15:35:50 +0300 |
|---|---|---|
| committer | Neo <50623835+neobooru@users.noreply.github.com> | 2024-02-29 20:56:27 +0100 |
| commit | 5596f537442f4a5d43ebc43b1165253bc137da4d (patch) | |
| tree | 72223b9e9501d323ada7cc1edf85c8cf59ae211d /client/css | |
| parent | da425afc492d402c675aaabaf12a980f99453305 (diff) | |
posts page ugly horizontal bar fix
fixes ugly horizontal scrollbar appearing when a post with extremely wide image is present in the posts list
Diffstat (limited to 'client/css')
| -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 7e5883a..d25c5f6 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: auto + width: 100% height: 100% video - width: auto + width: 100% height: 100% .flexbox-dummy |