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 21, 2024
1 parent 67bd5dc commit bae066e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ export default {
border-radius: 50%;
background-color: transparent;
margin: 12px;
margin-left: -4px;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/components/board/Board.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export default {
padding-top: 15px;
margin-top: -10px;
scrollbar-gutter: stable;
max-height: 94%;
}
.smooth-dnd-container.vertical > .smooth-dnd-draggable-wrapper {
Expand Down
8 changes: 8 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,10 @@ 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);
}
// 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 bae066e

Please sign in to comment.