forked from wallabag/wallabag
Empty space on the top bar used for more add url toggle clickable target
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user