Skip to content

Commit

Permalink
cinnamon.css: Move height element to affect the events box only.
Browse files Browse the repository at this point in the history
This allows pre-5.2 themes to look ok when events aren't enabled.
  • Loading branch information
mtwebster committed Nov 18, 2021
1 parent d50c246 commit 8dad5d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/theme/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,10 @@ StScrollBar StButton#vhandle:hover {

.calendar-main-box {
padding: 0 1.0em;
max-height: 450px;
height: 450px;
}

.calendar-events-main-box {
height: 350px;
margin-right: .5em;
padding: .75em;
min-width: 450px;
Expand Down

0 comments on commit 8dad5d5

Please sign in to comment.