Skip to content

Commit 0d5f9a8

Browse files
Copilotalexr00
andcommitted
Hide edit title button when in sticky mode
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 8c2d4bb commit 0d5f9a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webviews/editorWebview/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ textarea:focus,
8080
display: none;
8181
}
8282

83+
/* Hide edit button when stuck */
84+
.title.stuck .overview-title button[title="Rename"] {
85+
display: none;
86+
}
87+
8388
/* Adjust title size when stuck */
8489
.title.stuck .overview-title h2 {
8590
font-size: 18px;

0 commit comments

Comments
 (0)