Remove usages of the top-bar-right class

This is one of Foundation's classes that only applies when its
parent element is a flex container, which isn't the case here since
commit dcec003d0.
This commit is contained in:
Javi Martín
2023-01-27 21:57:51 +01:00
parent 3e5039d72c
commit 70161720a0
5 changed files with 17 additions and 27 deletions

View File

@@ -25,14 +25,12 @@
</h1>
<div id="responsive-menu">
<div class="top-bar-right">
<%= render Layout::AccountMenuComponent.new(current_user) %>
<%= render Layout::AccountMenuComponent.new(current_user) %>
<div class="show-for-small-only">
<div class="subnavigation subnavigation-with-top-links">
<%= render Layout::SubnavigationComponent.new %>
<%= render "shared/top_links" %>
</div>
<div class="show-for-small-only">
<div class="subnavigation subnavigation-with-top-links">
<%= render Layout::SubnavigationComponent.new %>
<%= render "shared/top_links" %>
</div>
</div>
</div>