Merge pull request #6660 from nextcloud/backport/6496/stable29

[stable29] fix: two close buttons on card modal
This commit is contained in:
Luka Trovic
2025-01-14 11:55:50 +01:00
committed by GitHub

View File

@@ -219,6 +219,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});