Update css for terminal

This commit is contained in:
Louis Lam 2024-10-13 21:11:20 +08:00
parent 020faa49d2
commit 3e3f67c6b7
3 changed files with 2 additions and 9 deletions

View File

@ -253,7 +253,7 @@ export default {
<style lang="scss">
.terminal {
padding: 10px 15px;
background-color: black !important;
height: 100%;
}
</style>

View File

@ -158,7 +158,7 @@
:endpoint="endpoint"
:rows="combinedTerminalRows"
:cols="combinedTerminalCols"
style="height: 350px;"
style="height: 315px;"
></Terminal>
</div>
</div>

View File

@ -656,13 +656,6 @@ $shadow-box-padding: 20px;
}
}
.main-terminal {
.xterm-viewport {
border-radius: 10px;
background-color: $dark-bg !important;
}
}
code {
padding: .2em .4em;
margin: 0;