diff options
| author | Hunternif <hunternif@gmail.com> | 2021-08-07 01:48:06 +0100 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2021-08-07 01:48:06 +0100 |
| commit | 071166808fa6a7bd680210d28a104f8bf82ce567 (patch) | |
| tree | 52bad4cb18003e0a01822bce6056f7fe9df0ea48 /client | |
| parent | be7920473b45f4cf526538e6eacc4c048d77873d (diff) | |
client: adjust thumb size on mobile
Diffstat (limited to 'client')
| -rw-r--r-- | client/css/post-list-view.styl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index a9f14f9..cfaf3e1 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -16,10 +16,10 @@ flex-grow: 1 display: inline-block text-align: left - min-width: 9em + min-width: 8em width: 12vw &:not(.flexbox-dummy) - min-height: 10em + min-height: 8em height: 12vw .thumbnail-wrapper |