Follow page, and edit button consistency (#123)

* WIP: Added base for follow page

* Updated style for moderation page, and added label for unfollow button (not sure about that one)

* Fixed overflow issue, and width of element

* Updated npm to restore the package-lock.json file
This commit is contained in:
Redblueflame
2021-03-28 18:20:40 +02:00
committed by GitHub
parent 30789ff6e2
commit c7da8c5fd3
7 changed files with 149 additions and 14 deletions

View File

@@ -309,6 +309,7 @@
}
.button {
//width: max-content;
margin: auto 0;
padding: 6px 20px;
border-radius: var(--size-rounded-control);