Skip to content

Commit

Permalink
Writer: Stylesview: Border should be included in total height
Browse files Browse the repository at this point in the history
This way we can make sure the Stylesview container doesn't become to
bulky.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Iad7a2bb2226e99d0840d0aba437f4dcde9bce634
  • Loading branch information
pedropintosilva committed Dec 17, 2024
1 parent 8a00d65 commit 6dbaf74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/css/notebookbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ html[data-theme='dark'] .savemodified.unotoolbutton .unobutton img {
scrollbar-width: none;
background-color: var(--color-stylesview-background);
filter: brightness(var(--brightness-stylesview));
box-sizing: border-box;
}

#stylesview:hover {
Expand Down

0 comments on commit 6dbaf74

Please sign in to comment.