fix: 30 design issues

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2024-08-21 14:16:20 +02:00
committed by Julius Härtl
parent e647faf31c
commit a4f2a99776
4 changed files with 20 additions and 3 deletions

View File

@@ -209,6 +209,10 @@ section.app-sidebar__tab--active {
height: 100%;
}
.modal-container {
overflow: hidden;
}
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
// since this is not oficially supported
.modal__card .app-sidebar {
@@ -222,10 +226,18 @@ section.app-sidebar__tab--active {
max-width: calc(100% - #{$modal-padding * 2});
padding: 0 14px;
height: 97%;
overflow: initial;
overflow: hidden !important;
user-select: text;
-webkit-user-select: text;
.app-sidebar-header__mainname-container {
padding-top: calc(var(--default-grid-baseline, 4px) * 2);
}
.app-sidebar-tabs {
max-height: 90%;
}
// FIXME: test
&:deep {
.app-sidebar-header {