Skip to content

Commit

Permalink
Merge pull request #6496 from nextcloud/fix/two-close-buttons
Browse files Browse the repository at this point in the history
fix: two close buttons on card modal
  • Loading branch information
luka-nextcloud authored Nov 14, 2024
2 parents bc746fe + 10af76b commit ca24876
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 @@ -218,6 +218,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 ca24876

Please sign in to comment.