mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
feat: wide modal for cuesheet share and css editor (#2051)
This commit is contained in:
committed by
GitHub
parent
cb9528d894
commit
3022ec2acd
-1
@@ -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;
|
||||||
|
|||||||
+1
@@ -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
|
||||||
|
|||||||
+1
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user