Skip to content

Commit

Permalink
feat(): update layout app
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 20, 2023
1 parent d80f85d commit 2d13034
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
width: 255px;
height: calc(100% - 8px);
background-color: var(--background-color-primary);
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
overflow: auto;
margin-right: -4px;
margin-top: 4px;
Expand Down
4 changes: 2 additions & 2 deletions libs/mix-share/src/modules/database/database.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import { DbUiStore } from './store/db-ui.store';
styles: `
.database-menu {
height: unset !important;
padding: 4px 12px !important;
padding: 4px 14px !important;
background: var(--background-color-primary);
border: 1px solid var(--tui-base-04);
border-radius: 6px;
border-radius: 8px;
}
`,
})
Expand Down
5 changes: 3 additions & 2 deletions libs/share-styles/src/styles/shares/page-detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
position: relative;
--wallpaper-height: 300px;
background-color: var(--background-color-primary);
// border: 1px solid var(--border-color-default);
overflow: hidden;

fieldset {
Expand Down Expand Up @@ -105,7 +104,9 @@
height: 100%;
box-shadow: 0px 4px 22px 0px #00000033;
border: 1px solid var(--tui-base-04);
// overflow: hidden;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
overflow: hidden;
}

&__content {
Expand Down
9 changes: 4 additions & 5 deletions libs/share-styles/src/styles/shares/page-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
&__action-bar {
height: calc(100% - 4px);
background-color: var(--background-color-primary);
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
overflow: auto;
margin-right: -4px;
}
Expand Down Expand Up @@ -81,13 +81,12 @@
display: flex;
flex-direction: column;
background-color: var(--background-color-primary);
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
border: 1px solid var(--tui-base-04);
overflow: hidden;
flex-grow: 1;
z-index: 1;
box-shadow: 0px 4px 22px 0px #00000033;
}

&__detail-container {
Expand Down

1 comment on commit 2d13034

@vercel
Copy link

@vercel vercel bot commented on 2d13034 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.