Compare commits

..

2 commits

Author SHA1 Message Date
Philippe Côté
4cfca34a5b
Merge 5ff5b2018f into ee7a7a0544 2025-04-05 15:03:04 -04:00
Philippe
5ff5b2018f Editor takes fullscreen 2025-04-05 15:02:59 -04:00

View file

@ -80,6 +80,12 @@ input[type="file"] {
.quizEditor .editSection .preview {
flex: 50%;
padding: 5px;
overflow: auto;
height: 100%;
position: relative;
}
.quizEditor {
margin: 0 -2rem; /* Counteract the padding */
width: calc(100% + 4rem); /* Expand to fill padded area */
}