Skip to content

Commit

Permalink
Merge branch 'feat-preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
xachary committed Apr 30, 2024
2 parents 7886b32 + 65d303f commit 51269d2
Show file tree
Hide file tree
Showing 20 changed files with 779 additions and 27 deletions.
28 changes: 14 additions & 14 deletions docs/assets/index-DlMG-hEp.css → docs/assets/index-DahsYhDA.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,60 +107,60 @@ ul {
margin-block: 0;
padding-inline: 0;
}
.page[data-v-142cf8f3] {
.page[data-v-96779ca7] {
width: 100%;
display: flex;
flex-direction: column;
}
.page > header[data-v-142cf8f3],
.page > footer[data-v-142cf8f3] {
.page > header[data-v-96779ca7],
.page > footer[data-v-96779ca7] {
height: 64px;
flex-shrink: 0;
z-index: 2;
}
.page > header[data-v-142cf8f3] {
.page > header[data-v-96779ca7] {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
display: flex;
padding: 12px;
align-items: center;
}
.page > header > button + button[data-v-142cf8f3] {
.page > header > button + button[data-v-96779ca7] {
margin-left: 12px;
}
.page > footer[data-v-142cf8f3] {
.page > footer[data-v-96779ca7] {
box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
}
.page > section[data-v-142cf8f3] {
.page > section[data-v-96779ca7] {
z-index: 1;
height: 0;
flex-grow: 1;
display: flex;
}
.page > section > header[data-v-142cf8f3],
.page > section > footer[data-v-142cf8f3] {
.page > section > header[data-v-96779ca7],
.page > section > footer[data-v-96779ca7] {
width: 300px;
flex-shrink: 0;
background-color: #fff;
z-index: 2;
}
.page > section > header[data-v-142cf8f3] {
.page > section > header[data-v-96779ca7] {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
overflow: auto;
}
.page > section > header > ul[data-v-142cf8f3] {
.page > section > header > ul[data-v-96779ca7] {
display: flex;
flex-wrap: wrap;
}
.page > section > header > ul > li[data-v-142cf8f3] {
.page > section > header > ul > li[data-v-96779ca7] {
width: 33.33%;
flex-shrink: 0;
border: 1px solid #eee;
cursor: move;
}
.page > section > footer[data-v-142cf8f3] {
.page > section > footer[data-v-96779ca7] {
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
}
.page > section > section[data-v-142cf8f3] {
.page > section > section[data-v-96779ca7] {
width: 0;
flex-grow: 1;
background-color: rgba(0, 0, 0, 0.05);
Expand Down
Loading

0 comments on commit 51269d2

Please sign in to comment.