Fix streamer edit page bottom padding

pull/9972/head
Benedikt Werner 2021-10-16 04:05:07 +02:00
parent f15999364e
commit ba2e818d75
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@ object edit {
)
)
else views.html.streamer.header(s),
div(cls := "box__pad") {
div(cls := "box-pad") {
val granted = s.streamer.approval.granted
frag(
(ctx.is(s.user) && s.streamer.listed.value) option div(

View File

@ -4,7 +4,6 @@ $mq-picture: $mq-large;
.streamer-edit {
.streamer-header {
margin-bottom: 2em;
flex-direction: column;
@include breakpoint($mq-picture) {