Increase margin between upload and search inputs

pull/5067/head
Chocobozzz 2022-06-15 13:46:11 +02:00
parent c738d6b950
commit b38fcaad02
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,11 @@
@use '_mixins' as *;
my-search-typeahead {
@include margin-right(15px);
@include margin-right(80px);
@media screen and (max-width: $small-view) {
@include margin-right(15px);
}
}
.publish-button {
@ -11,7 +15,7 @@ my-search-typeahead {
@include button-with-icon(22px, 3px, -1px);
@include margin-right(25px);
@media screen and (max-width: 600px) {
@media screen and (max-width: $mobile-view) {
@include margin-right(10px);
padding: 0 10px;