mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 04:18:48 +01:00
🎨 Hide header image button in read-only mode of the editor (#15205)
This commit is contained in:
parent
65c7be8dea
commit
d507dffb13
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue