Copy action and button

This commit is contained in:
space-nuko
2023-05-04 16:13:46 -05:00
parent 705633d125
commit 18d27694fd
24 changed files with 700 additions and 383 deletions

View File

@@ -143,7 +143,7 @@
gap: var(--layout-gap);
width: var(--size-full);
.v-pane {
> :global(.block > .v-pane) {
flex-direction: row;
}
@@ -157,7 +157,7 @@
&.vertical {
position: relative;
.v-pane {
> :global(.block > .v-pane) {
flex-direction: column;
}