Skip to content

Commit

Permalink
moved sidebar to bottom on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Aug 9, 2024
1 parent 25c14e3 commit 47875e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parent/parent/templates/data/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load vue3 %}

{% block content %}
<div class="uu-sidebar-container uu-sidebar-right">
<div class="uu-sidebar-container uu-sidebar-right uu-sidebar-mobile-bottom">
<aside class="uu-sidebar" >
<p>{% translate 'parent:sidebar:general' %}</p>

Expand Down
2 changes: 1 addition & 1 deletion parent/parent/templates/parent/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
text-decoration: line-through;
}
</style>
<div class="uu-sidebar-container uu-sidebar-right">
<div class="uu-sidebar-container uu-sidebar-right uu-sidebar-mobile-bottom">
<aside class="uu-sidebar" >
<h5>Babylab voor Taalonderzoek</h5>
<p>
Expand Down
2 changes: 1 addition & 1 deletion parent/parent/templates/parent/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
text-decoration: line-through;
}
</style>
<div class="uu-sidebar-container uu-sidebar-right">
<div class="uu-sidebar-container uu-sidebar-right uu-sidebar-mobile-bottom">
<aside class="uu-sidebar" >
<p>{% translate 'parent:sidebar:general' %}</p>
{% include 'parent/side_menu.html' %}
Expand Down

0 comments on commit 47875e6

Please sign in to comment.