sync: wip changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@use "colors.scss" as colors;
|
||||
|
||||
@forward "cursor.scss";
|
||||
|
||||
#terminal {
|
||||
background: colors.$terminal-background;
|
||||
color: colors.$terminal-white;
|
||||
@@ -13,9 +15,16 @@
|
||||
p {
|
||||
margin: 0;
|
||||
height: fit-content;
|
||||
word-wrap: break-word;
|
||||
text-wrap: nowrap;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
background: red;
|
||||
width: fit-content
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user