_view.scss 185 B

1234567891011
  1. @use "sass:map";
  2. .ui-editor-view {
  3. display: flex;
  4. flex: 1;
  5. width: 100%;
  6. height: 100%;
  7. align-items: flex-end;
  8. justify-content: flex-end;
  9. overflow: hidden;
  10. }