Skip to content

Commit

Permalink
fix: 30 design issues
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed Aug 27, 2024
1 parent fdd0585 commit 236f64d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CardMoveDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export default {

<style lang="scss" scoped>
.modal__content {
width: 25vw;
min-width: 250px;
min-height: 120px;
margin: 20px 20px 100px 20px;
Expand Down
12 changes: 12 additions & 0 deletions src/components/card/CardSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -226,6 +230,14 @@ section.app-sidebar__tab--active {
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 {
Expand Down
6 changes: 6 additions & 0 deletions src/components/navigation/AppNavigationBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,10 @@ export default {
.forced-active {
box-shadow: inset 4px 0 var(--color-primary-element);
}
:deep(.active) {
.material-design-icon svg {
fill: var(--color-primary-element-text);
}
}
</style>

0 comments on commit 236f64d

Please sign in to comment.