We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76216f commit edf49a4Copy full SHA for edf49a4
src/Frontend/src/components/MaximizableCodeEditor.vue
@@ -155,8 +155,8 @@ onBeforeUnmount(() => {
155
156
.maximize-modal-content {
157
background-color: white;
158
- width: calc(100% - 40px);
159
- height: calc(100% - 40px);
+ width: 95vw;
+ height: 90vh;
160
border-radius: 4px;
161
overflow: hidden;
162
display: flex;
src/Frontend/src/components/messages2/DiffViewer.vue
@@ -166,8 +166,8 @@ onBeforeUnmount(() => {
166
167
168
169
170
171
172
173
0 commit comments