Skip to content

Commit

Permalink
fix margins and borders of ionic popover
Browse files Browse the repository at this point in the history
Since we are going to keep using the ionic popovers until the rest of the label screen is rewritten, we might as well make them look nicer.
  • Loading branch information
JGreenlee committed Jun 16, 2023
1 parent 5b943f2 commit 02e7a44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/css/main.diary.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ a.item-content {
width: 230px;
}

.popover .scroll-content {
height: auto;
margin: 0 !important;
border-radius: 0 0 10px 10px !important;
}

.big-popover {
height: 40%;
width: 75%;
Expand Down

0 comments on commit 02e7a44

Please sign in to comment.