feat: wide modal for cuesheet share and css editor (#2051)

This commit is contained in:
Alex Christoffer Rasmussen
2026-04-02 17:16:52 +02:00
committed by GitHub
parent cb9528d894
commit 3022ec2acd
3 changed files with 2 additions and 1 deletions
@@ -16,7 +16,6 @@
.editorBody {
position: relative;
height: 500px;
background-color: $gray-1350;
border: 1px solid $gray-1100;
border-radius: 3px;
@@ -91,6 +91,7 @@ export default function CodeEditorModal({ isOpen, onClose }: CodeEditorModalProp
return (
<Modal
title='Edit CSS override'
size='wide'
isOpen={isOpen}
onClose={onClose}
showCloseButton
@@ -27,6 +27,7 @@ function CuesheetShareModal() {
isOpen={isOpen}
onClose={handler.close}
title='Share cuesheet view'
size='wide'
showBackdrop
showCloseButton
bodyElements={