Skip to content

Commit

Permalink
assets/scss: fix comment filter layout issues on safari
Browse files Browse the repository at this point in the history
fixes #7862
  • Loading branch information
goapunk committed Apr 9, 2024
1 parent 1097f31 commit b32aaab
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions meinberlin/assets/scss/components_user_facing/_a4-comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@
margin-bottom: 0.5 * $spacer;
}

.a4-comments__comment-control-bar {
@extend .panel--heavy;

.form-group--inline {
@extend .fullspace;
margin-bottom: 0.5 * $spacer;
}

.a4-control-bar__search__term {
@extend .my-0;
}

.a4-forms__select {
@extend .my-0;
}
}

.a4-comments__anchor {
display: block;
position: relative;
Expand Down Expand Up @@ -91,3 +74,21 @@
}
}
}

.a4-comments__comment-control-bar {
@extend .panel--heavy;

.form-group--inline {
@extend .fullspace;
}

@media screen and (max-width: $breakpoint-palm) {
.form-group {
margin-bottom: 0 !important;
}
}

.a4-control-bar__sorting .form-group {
margin-bottom: 0.8 * $spacer;
}
}

0 comments on commit b32aaab

Please sign in to comment.