Command framework
This commit is contained in:
10
styles/REPL/REPLHistory.module.css
Normal file
10
styles/REPL/REPLHistory.module.css
Normal file
@ -0,0 +1,10 @@
|
||||
.container {
|
||||
height: 70vh;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.line {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
@ -7,6 +7,7 @@
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.in, .in:focus {
|
@ -1,4 +1,8 @@
|
||||
@font-face {
|
||||
font-family: CascadiaCode;
|
||||
src: url(fonts/CascadiaCode.woff2);
|
||||
}
|
||||
font-family: CascadiaCode;
|
||||
src: url(fonts/CascadiaCode.woff2);
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
Reference in New Issue
Block a user