diff --git a/src/components/internal/Block.scss b/src/components/internal/Block.scss index f9c5e33..dffebf8 100644 --- a/src/components/internal/Block.scss +++ b/src/components/internal/Block.scss @@ -19,4 +19,24 @@ outline: 1px solid var(--grey-2); } } + + &__edit-cover { + } + + &__remove { + position: absolute; + left: 100%; + top: 0; + max-height: 100%; + height: auto; + width: auto; + } + + &__sliders { + position: absolute; + right: 100%; + width: auto; + max-width: 100%; + height: auto; + } } diff --git a/src/components/internal/Block.tsx b/src/components/internal/Block.tsx index d5f893c..7c5ac1b 100644 --- a/src/components/internal/Block.tsx +++ b/src/components/internal/Block.tsx @@ -10,6 +10,8 @@ import { SbMode, } from '@components/TreeElement'; +import SbButton from './Button'; + import './Block.scss'; interface BlockProps { @@ -64,7 +66,13 @@ export default defineComponent({ return () => (
-
+
+ x +
+
+ > + < +