FIX: Mobile layout for watched words admin UI (#13427)

This commit is contained in:
Penar Musaraj 2021-06-18 08:57:13 -04:00 committed by GitHub
parent c9bd4b4c64
commit e9e2827636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 23 deletions

View File

@ -35,7 +35,6 @@ export default Controller.extend({
})
);
});
this.set("model", model);
},

View File

@ -1,3 +1,4 @@
<div class="admin-contents">
<div class="admin-controls">
<div class="controls">
{{d-button action=(action "toggleMenu") class="menu-toggle" icon="bars"}}
@ -24,3 +25,4 @@
</div>
<div class="clearfix"></div>
</div>

View File

@ -396,6 +396,11 @@ table.screened-ip-addresses {
.watched-word-form {
margin-bottom: 1em;
}
.watched-word-controls .btn {
margin-bottom: 0.25em;
margin-right: 0.25em;
}
}
.watched-words-test-modal p {