Skip to content

Commit edf49a4

Browse files
committed
changing the size of the maximized pop-up
1 parent e76216f commit edf49a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Frontend/src/components/MaximizableCodeEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ onBeforeUnmount(() => {
155155
156156
.maximize-modal-content {
157157
background-color: white;
158-
width: calc(100% - 40px);
159-
height: calc(100% - 40px);
158+
width: 95vw;
159+
height: 90vh;
160160
border-radius: 4px;
161161
overflow: hidden;
162162
display: flex;

src/Frontend/src/components/messages2/DiffViewer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ onBeforeUnmount(() => {
166166
167167
.maximize-modal-content {
168168
background-color: white;
169-
width: calc(100% - 40px);
170-
height: calc(100% - 40px);
169+
width: 95vw;
170+
height: 90vh;
171171
border-radius: 4px;
172172
overflow: hidden;
173173
display: flex;

0 commit comments

Comments
 (0)