mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +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 {
|
||||
position: relative;
|
||||
height: 500px;
|
||||
background-color: $gray-1350;
|
||||
border: 1px solid $gray-1100;
|
||||
border-radius: 3px;
|
||||
|
||||
+1
@@ -91,6 +91,7 @@ export default function CodeEditorModal({ isOpen, onClose }: CodeEditorModalProp
|
||||
return (
|
||||
<Modal
|
||||
title='Edit CSS override'
|
||||
size='wide'
|
||||
isOpen={isOpen}
|
||||
onClose={onClose}
|
||||
showCloseButton
|
||||
|
||||
+1
@@ -27,6 +27,7 @@ function CuesheetShareModal() {
|
||||
isOpen={isOpen}
|
||||
onClose={handler.close}
|
||||
title='Share cuesheet view'
|
||||
size='wide'
|
||||
showBackdrop
|
||||
showCloseButton
|
||||
bodyElements={
|
||||
|
||||
Reference in New Issue
Block a user