Skip to content

Commit

Permalink
Merge pull request #6661 from nextcloud/backport/6496/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: two close buttons on card modal
  • Loading branch information
luka-nextcloud authored Jan 14, 2025
2 parents 1110fb3 + 7e0932f commit 5400a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/card/CardSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ section.app-sidebar__tab--active {
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
// since this is not oficially supported
.modal__card .app-sidebar {
box-sizing: unset;
$modal-padding: 14px;
border: 0;
min-width: calc(100% - #{$modal-padding * 2});
Expand Down

0 comments on commit 5400a6f

Please sign in to comment.