diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index 54096b88e..519baca57 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -87,6 +87,10 @@ display: none; } + .tray__toggle-text { + display: contents; + } + @media (max-width: 799px) { /* When collapsed on mobile, make it small */ .tray__dialog:not([open]) ~ & { diff --git a/app/views/bar/_bar.html.erb b/app/views/bar/_bar.html.erb index a0abb1d28..4858ce2a8 100644 --- a/app/views/bar/_bar.html.erb +++ b/app/views/bar/_bar.html.erb @@ -3,7 +3,7 @@
diff --git a/app/views/my/pins/_tray.html.erb b/app/views/my/pins/_tray.html.erb index 8114454bd..aa3a5d4e2 100644 --- a/app/views/my/pins/_tray.html.erb +++ b/app/views/my/pins/_tray.html.erb @@ -1,10 +1,10 @@ <%= turbo_stream_from Current.user, :pins_tray %>