mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
parent
c1bcb78441
commit
1100b3d185
@ -122,9 +122,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.show-preview {
|
&.show-preview {
|
||||||
.submit-panel .save-or-cancel {
|
.submit-panel {
|
||||||
|
padding-top: 10px;
|
||||||
z-index: z("fullscreen") + 1;
|
z-index: z("fullscreen") + 1;
|
||||||
.cancel {
|
background-color: $secondary;
|
||||||
|
.cancel,
|
||||||
|
.mobile-file-upload,
|
||||||
|
.mobile-preview {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -145,12 +149,6 @@
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn.hide-preview {
|
|
||||||
position: fixed;
|
|
||||||
right: 5px;
|
|
||||||
bottom: 5px;
|
|
||||||
z-index: z("fullscreen") + 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.hide-preview {
|
&.hide-preview {
|
||||||
|
Loading…
Reference in New Issue
Block a user