diff options
| author | Eva <evauwu@riseup.net> | 2023-05-17 06:59:31 +0200 |
|---|---|---|
| committer | Eva <evauwu@riseup.net> | 2024-03-21 22:19:46 +0100 |
| commit | 4ec8cb3ba2cd81a9189426d040f08a7f66e5a895 (patch) | |
| tree | 64abf8eb8fba89e0c984168fec582d27d6fdc621 /client/css | |
| parent | 8d971234a2cb72d0594ef53afbd37602f7e4ed43 (diff) | |
client/css: constrain thumbnails to parent to prevent overextended links
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..3f48e82 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: inherit height: 100% video - width: auto + width: inherit height: 100% .flexbox-dummy |