diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 6fa0533cb..cac5dd538 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3425,10 +3425,7 @@ small, .small { .profile-pic-65-wrapper { width: 65px; height: 65px; } .profile-pic-75-wrapper { width: 75px; height: 75px; } .profile-pic-100-wrapper { width: 100px; height: 100px; } -.profile-pic-20-hat { - width: 20px; - bottom: -2.7px; -} +.profile-pic-20-hat { width: 20px; } .profile-pic-30-hat { width: 30px; } .profile-pic-35-hat { width: 35px; } .profile-pic-50-hat { width: 50px; } @@ -3436,6 +3433,12 @@ small, .small { .profile-pic-75-hat { width: 75px; } .profile-pic-100-hat { width: 100px; } +@media (min-width: 767.98px) { + .profile-pic-20-hat { + bottom: -2.7px; + } +} + .profile--pfp--hat { margin-top: 20px; } diff --git a/files/templates/hats.html b/files/templates/hats.html index 0654803cb..04989d74f 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -7,8 +7,16 @@ {% block pagetype %}message{% endblock %} {% block Banner %} + +
- hats banner + hats banner
Number of hats you bought: {{v.num_of_owned_hats}}
Number of hats you designed: {{v.num_of_designed_hats}}
Coins you spent on hats: {{v.coins_spent_on_hats}}
diff --git a/files/templates/shop.html b/files/templates/shop.html index 54499abd8..249691d52 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -13,8 +13,16 @@ {% block pagetype %}message{% endblock %} {% block Banner %} + +
- shop banner + shop banner

{{SHOP_FLAVOR}} Earn coins.

Total sales: {{sales}} coins
Coins spent by you: {{v.coins_spent}} coins
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 6c5b3e29d..af21595b6 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -194,7 +194,7 @@
- + {% if p.club %}{{CC}}{% endif %} {% if p.category %}{{help.submission_category_tag(p.category.name, p.category.color_text, p.category.color_bg)}}{% endif %} {% if p.flair %}{{p.flair | safe}}{% endif %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 742ee0835..47634e258 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 4015, + 'css/main.css': 4016, 'css/catalog.css': 4002, 'css/4chan.css': 4002, 'css/classic.css': 4002,