mirror of
https://github.com/discourse/discourse.git
synced 2025-05-13 01:23:10 +08:00
FIX: Hide image resize controls in staged edit content (#13313)
This commit is contained in:
parent
9d7b6779fb
commit
393dafce7d
@ -650,6 +650,10 @@ blockquote {
|
|||||||
// a deeply nested blockquote, and so on.. you get the idea.
|
// a deeply nested blockquote, and so on.. you get the idea.
|
||||||
.cooked {
|
.cooked {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
.button-wrapper {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.group-request {
|
.group-request {
|
||||||
border-top: 1px solid var(--primary-low);
|
border-top: 1px solid var(--primary-low);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user