From: Andy Allan Date: Wed, 17 Nov 2021 17:39:42 +0000 (+0000) Subject: Pass classes to override the default thumbnail_tiny style, rather than having another... X-Git-Tag: live~1492^2~4 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3bc20b6f21cb52a1ccaf10728a7e383df9fe7a7e?ds=sidebyside Pass classes to override the default thumbnail_tiny style, rather than having another selector overriding --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b0016a3fb..c957df785 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -226,11 +226,6 @@ nav.secondary { } } - img.user_thumbnail_tiny { - border: 0; - border-radius: 3px; - } - #inboxanchor { display: inline-block; height: 25px; diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 192b07614..0171752ff 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -81,7 +81,7 @@ <% if current_user && current_user.id %>