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 { .editorBody {
position: relative; position: relative;
height: 500px;
background-color: $gray-1350; background-color: $gray-1350;
border: 1px solid $gray-1100; border: 1px solid $gray-1100;
border-radius: 3px; border-radius: 3px;
@@ -91,6 +91,7 @@ export default function CodeEditorModal({ isOpen, onClose }: CodeEditorModalProp
return ( return (
<Modal <Modal
title='Edit CSS override' title='Edit CSS override'
size='wide'
isOpen={isOpen} isOpen={isOpen}
onClose={onClose} onClose={onClose}
showCloseButton showCloseButton
@@ -27,6 +27,7 @@ function CuesheetShareModal() {
isOpen={isOpen} isOpen={isOpen}
onClose={handler.close} onClose={handler.close}
title='Share cuesheet view' title='Share cuesheet view'
size='wide'
showBackdrop showBackdrop
showCloseButton showCloseButton
bodyElements={ bodyElements={