Terminal reparé + Console recentrée -Scrollbar bas
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Pierre BALLANDRAS 2 years ago
parent 761dbdb926
commit ed6c273615

@ -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);
}
}
/* 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;
}

@ -23,7 +23,7 @@
crossorigin="anonymous"></script>
</head>
<body style="background-color: black;background-image: none;">
<div class="container-fluid mx-4">
<div class="container-fluid">
<div class="row">
<div class="col-3">
<div class="retour">
@ -60,7 +60,7 @@ print(estPalindrome("abba"))
</div>
<div class="col-4">
<div class='compiler_class'>
<textarea id='console' readonly></textarea>
<textarea id='console' readonly cols="100" rows="30"></textarea>
</div>
<div class="buttons">
<div>

Loading…
Cancel
Save