remove big "Create groupe" button

This commit is contained in:
augustin64 2023-10-13 14:46:22 +02:00
parent 2ed8c92533
commit 1d02292c61
2 changed files with 4 additions and 6 deletions

View File

@ -381,7 +381,7 @@ img.partition-thumbnail {
#sidebar-navigation {
overflow: scroll;
height: calc(100% - 400px); /* we don't want it hidden behind settings */
height: calc(100% - 375px); /* we don't want it hidden behind settings */
padding: 0 5px;
}

View File

@ -25,6 +25,9 @@
<input type="text" name="name" id="name" placeholder="Nom" required><br/>
<input type="submit" value="Créer">
</form>
<br/>
<br/>
Je souhaite créer plusieurs albums et pouvoir tous les partager avec un seul lien. <a href="#create-groupe">Créer un groupe</a>.
<a href="#!" class="close-dialog">Close</a>
</dialog>
<dialog id="create-groupe">
@ -72,11 +75,6 @@
Créer un album
</div>
</a>
<a href="#create-groupe">
<div class="create-button">
Créer un groupe
</div>
</a>
{% endif %}
{% if g.user %}