diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 2a9ace6b2..e9c5feca1 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6227,4 +6227,14 @@ g { .desktop-expanded-image-modal::-webkit-scrollbar { -ms-overflow-style: none; scrollbar-width: none; +} + +div.custom-control:last-of-type { + margin-bottom: 1rem; +} + +@media (max-width: 768px) { + div.custom-control:last-of-type { + margin-bottom: 7px; + } } \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index abfe43dbd..01a56968e 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 473, + 'css/main.css': 474, 'css/catalog.css': 2, 'css/4chan.css': 61,