Hide publisher cancel button on xsmall screens
This commit is contained in:
parent
2569c48050
commit
97a5a5cbe3
2 changed files with 1 additions and 10 deletions
|
|
@ -48,15 +48,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$sm-xs-average: ($screen-sm + $screen-xs) / 2;
|
|
||||||
@media(max-width: $sm-xs-average) {
|
|
||||||
#hide_publisher {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media(max-width: $screen-xs) {
|
@media(max-width: $screen-xs) {
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
.spinner
|
.spinner
|
||||||
.options_and_submit.col-sm-12
|
.options_and_submit.col-sm-12
|
||||||
.public_toggle.clearfix
|
.public_toggle.clearfix
|
||||||
.btn.btn-default.pull-left#hide_publisher{title: t("shared.publisher.discard_post")}
|
.btn.btn-default.pull-left.hidden-xs#hide_publisher{title: t("shared.publisher.discard_post")}
|
||||||
%span.text= t("cancel")
|
%span.text= t("cancel")
|
||||||
|
|
||||||
.btn-toolbar.pull-right
|
.btn-toolbar.pull-right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue