diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0514efd38..328da9114 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3399,7 +3399,7 @@ small, .small { .profile-pic-35-wrapper, .profile-pic-50-wrapper, .profile-pic-65-wrapper, -.profile-pic-72-wrapper, +.profile-pic-75-wrapper, .profile-pic-100-wrapper { display: inline-block; position: relative; @@ -3411,7 +3411,7 @@ small, .small { .profile-pic-35-hat, .profile-pic-50-hat, .profile-pic-65-hat, -.profile-pic-72-hat, +.profile-pic-75-hat, .profile-pic-100-hat { position: absolute; left: 0; @@ -3423,14 +3423,14 @@ small, .small { .profile-pic-35-wrapper { width: 35px; height: 35px; } .profile-pic-50-wrapper { width: 50px; height: 50px; } .profile-pic-65-wrapper { width: 65px; height: 65px; } -.profile-pic-72-wrapper { width: 72px; height: 72px; } +.profile-pic-75-wrapper { width: 72px; height: 72px; } .profile-pic-100-wrapper { width: 100px; height: 100px; } .profile-pic-20-hat { width: 20px; } .profile-pic-30-hat { width: 30px; } .profile-pic-35-hat { width: 35px; } .profile-pic-50-hat { width: 50px; } .profile-pic-65-hat { width: 65px; } -.profile-pic-72-hat { width: 72px; } +.profile-pic-75-hat { width: 72px; } .profile-pic-100-hat { width: 100px; } .profile--pfp--hat { @@ -5160,12 +5160,6 @@ html { margin-top: -1.75rem !important; } -.profile-pic-72 { - width: 72px; - height: 72px; - object-fit: cover; -} - .h-64 { height: 64px; } @@ -6270,3 +6264,6 @@ div.markdown { display: None !important; } } +.table th, .table td { + vertical-align: middle; +} \ No newline at end of file diff --git a/files/templates/hats.html b/files/templates/hats.html index ee6ad1e5c..1d1e341ab 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -17,16 +17,6 @@ {% endblock %} {% block content %} -