Merge pull request #6496 from nextcloud/fix/two-close-buttons
fix: two close buttons on card modal
This commit is contained in:
@@ -218,6 +218,7 @@ section.app-sidebar__tab--active {
|
|||||||
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
|
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
|
||||||
// since this is not oficially supported
|
// since this is not oficially supported
|
||||||
.modal__card .app-sidebar {
|
.modal__card .app-sidebar {
|
||||||
|
box-sizing: unset;
|
||||||
$modal-padding: 14px;
|
$modal-padding: 14px;
|
||||||
border: 0;
|
border: 0;
|
||||||
min-width: calc(100% - #{$modal-padding * 2});
|
min-width: calc(100% - #{$modal-padding * 2});
|
||||||
|
|||||||
Reference in New Issue
Block a user