mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-17 22:49:43 +02:00
frontend styling and misc fixes
This commit is contained in:
9
templates/index/signed_in/base.html
Normal file
9
templates/index/signed_in/base.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="flex justify-center grow mt-2 sm:mt-4 gap-6">
|
||||
<div class="container">
|
||||
{% include 'index/signed_in/searchbar.html' %}
|
||||
|
||||
{% include "index/signed_in/recent_content.html" %}
|
||||
|
||||
{% include "index/signed_in/quick_actions.html" %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user