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
3 changed files with 29 additions and 23 deletions
@@ -35,7 +35,6 @@ export default Controller.extend({
})
);
});
this.set("model", model);
},
@@ -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>
@@ -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 {