diff --git a/css/ide.css b/css/ide.css index f6432a7b..143700b1 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,17 @@ #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; } .judge0-user-message { @@ -48,3 +61,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..3502e02e 100644 --- a/index.html +++ b/index.html @@ -108,6 +108,11 @@ +S Save + +
+ + Download Activity Logs +