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 b3729ca commit d480259Copy full SHA for d480259
src/frontend/static/styles.css
@@ -80,13 +80,20 @@ body {
80
color: white;
81
}
82
83
-.output-area {
+/* .output-area {
84
background-color: #1e1e1e;
85
padding: 20px;
86
border-top: 1px solid #ccc;
87
height: 200px;
88
+} */
89
+.output-area {
90
+ background-color: #1e1e1e;
91
+ padding: 20px;
92
+ border-top: 1px solid #ccc;
93
+ min-height: 200px;
94
+ max-height: 70vh;
95
+ overflow: auto;
96
-
97
.output-area h2 {
98
margin-bottom: 10px;
99
src/frontend/templates/index.html
@@ -28,6 +28,7 @@ <h1 class="navbar-heading">Neploy</h1>
28
<span>Test</span>
29
</button> -->
30
31
+
32
<button class="sidebar-button" id="optimizer-button">
33
<i class="fas fa-magic"></i>
34
<span> Review Code</span>
0 commit comments