🎨 Hide header image button in read-only mode of the editor (#15205)

This commit is contained in:
Jeffrey Chen 2025-07-03 10:15:02 +08:00 committed by GitHub
parent 65c7be8dea
commit d507dffb13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,10 +265,13 @@
}
.protyle-top:hover .protyle-background--enable {
.protyle-background__action,
.protyle-background__img .protyle-icons {
.protyle-background__action {
opacity: .86;
}
.protyle-background__img .protyle-icons {
display: flex;
}
}
.protyle-background {
@ -332,6 +335,7 @@
}
.protyle-icons {
display: none;
position: absolute;
top: 8px;
right: 8px;