diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..5b217411
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+node_modules/
+**/node_modules/
+
diff --git a/css/ide.css b/css/ide.css
index f6432a7b..1ca566c3 100755
--- a/css/ide.css
+++ b/css/ide.css
@@ -1,3 +1,9 @@
+html, body {
+ margin: 0;
+ padding: 0;
+ height: 100%;
+}
+
.judge0-file-menu {
min-width: 15rem !important;
}
@@ -16,10 +22,22 @@
#judge0-chat-messages {
flex-grow: 1;
overflow-y: auto;
+ padding: 0.5rem;
}
#judge0-chat-messages pre {
overflow-x: auto;
+ max-width: 100%;
+}
+
+.item.judge0-showRunButton{
+ display:flex;
+ gap:10px;
+}
+
+.item.judge0-showRunButton{
+ display:flex;
+ gap:10px;
}
.judge0-user-message {
@@ -48,3 +66,24 @@
display: none !important;
}
}
+
+@media (max-width: 600px) {
+ .judge0-file-menu {
+ min-width: 12rem !important;
+ }
+
+ .item.judge0-showRunButton {
+ flex-direction: column;
+ gap: 5px;
+ }
+
+ .judge0-user-message {
+ max-width: 95%;
+ margin-right: 0.5em !important;
+ }
+
+ #judge0-chat-messages {
+ padding: 0.25rem;
+ }
+}
+
diff --git a/index.html b/index.html
index 6f363353..bb2417bc 100644
--- a/index.html
+++ b/index.html
@@ -38,15 +38,17 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -95,6 +97,9 @@
+