Empty space on the top bar used for more add url toggle clickable target

This commit is contained in:
Simounet
2023-06-14 21:44:12 +02:00
parent 1de361859b
commit fcb880fbd1
4 changed files with 14 additions and 4 deletions

View File

@ -161,6 +161,16 @@ nav {
}
@media (min-width: 993px) {
.toggle-add-url-container {
flex-grow: 1;
}
.toggle-add-url {
display: flex;
width: 100%;
justify-content: end;
}
.button-collapse {
display: none;
}