From ed6c27361577af4de9917593a768a968578676bd Mon Sep 17 00:00:00 2001 From: Pierre Date: Mon, 21 Nov 2022 23:01:11 +0100 Subject: [PATCH] =?UTF-8?q?Terminal=20repar=C3=A9=20+=20Console=20recentr?= =?UTF-8?q?=C3=A9e=20-Scrollbar=20bas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WEB/View/src/CSS/Enigmev2.css | 24 ++++++++++++++----- .../src/pages/Enigme/Enigmebootstrap.html | 4 ++-- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/WEB/View/src/CSS/Enigmev2.css b/WEB/View/src/CSS/Enigmev2.css index e861a9ee..83e4f2d3 100644 --- a/WEB/View/src/CSS/Enigmev2.css +++ b/WEB/View/src/CSS/Enigmev2.css @@ -9,11 +9,8 @@ /*Ace CSS */ .ace{ - width: 45%; - height: 90%; - max-height: 100%; - margin-bottom: 0; - margin-right: 10px; + width: 100%; + height: 100%; } @@ -212,4 +209,19 @@ .modal .buttons #bottom .btn:nth-child(1):before, .modal .buttons #bottom .btn:nth-child(1):after { background: linear-gradient(45deg, #d400d4, #0e1538, #fb5942); - } \ No newline at end of file + } + + /* Console CSS*/ + +#console{ + font-size: .8rem; + opacity: 0.85; + letter-spacing: 1px; + background-color: #040a29; + color: #fff; + border: solid 1px #414141; + max-width: 95%; + max-height: 85%; + line-height: 1.5; + resize: none; +} \ No newline at end of file diff --git a/WEB/View/src/pages/Enigme/Enigmebootstrap.html b/WEB/View/src/pages/Enigme/Enigmebootstrap.html index 4238858c..e8558723 100644 --- a/WEB/View/src/pages/Enigme/Enigmebootstrap.html +++ b/WEB/View/src/pages/Enigme/Enigmebootstrap.html @@ -23,7 +23,7 @@ crossorigin="anonymous"> -
+
@@ -60,7 +60,7 @@ print(estPalindrome("abba"))
- +