Skip to content

Commit

Permalink
correct panel height
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed May 14, 2024
1 parent 99f580b commit 5be62c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/PanelviewItemCompact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ const onPlayClick = function (evt: PointerEvent) {
.panel-item-details {
padding: 5px !important;
height: 55px;
height: 50px;
bottom: 5px;
}
.hiresicon {
Expand All @@ -163,7 +164,7 @@ const onPlayClick = function (evt: PointerEvent) {
background-color: rgba(255, 255, 255, 0.75);
position: absolute;
width: 100%;
height: 55px;
height: 50px;
bottom: 0px;
border-radius: 0;
}
Expand Down

0 comments on commit 5be62c7

Please sign in to comment.