Skip to content

Commit

Permalink
BUGfix: Cinnamon - number of calendar events to affects the popup's h…
Browse files Browse the repository at this point in the history
…eight
  • Loading branch information
thekomer committed Nov 30, 2021
1 parent faf9ec6 commit c76a0bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,10 @@ StScrollBar {
* Calendar *
* * * * * * */
.calendar-main-box {
padding: 0 1.0em;
max-height: 450px; }
padding: 0 1.0em; }

.calendar-events-main-box {
height: 300px;
margin-right: .5em;
padding: .75em;
min-width: 350px;
Expand Down
2 changes: 1 addition & 1 deletion cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,10 @@ StScrollBar {

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

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

0 comments on commit c76a0bb

Please sign in to comment.