Fixed sticky notes issues

This commit is contained in:
vinceliuice
2025-02-26 12:58:37 +08:00
parent 559faed606
commit 7ac2cd6b05
3 changed files with 249 additions and 13 deletions

View File

@@ -293,10 +293,10 @@ window.background:not(.csd) {
}
#Statusbar {
padding-left: 8px;
padding: 3px 0 3px 8px;
spinbutton {
margin: 6px 0;
spinbutton, box > button.flat {
margin: 3px 0;
}
}
@@ -338,14 +338,27 @@ window.background:not(.csd) {
}
}
scrolledwindow#DialogNotebook {
> viewport.frame > notebook.frame {
button.close-button {
image { padding: 4px; }
window.bright.symbolic {
scrolledwindow > viewport.frame > notebook {
tabs > tab {
padding: $space-size / 2 $space-size;
button.close-button {
margin: 4px 0;
}
}
}
}
popover#ContextMenu { // not use ?
border-radius: $menu-radius;
background-clip: content-box;
modelbutton.flat {
border-radius: $corner-radius;
}
}
//
// Synapse