feat: 💄 new UI (WIP)

This commit is contained in:
ThatOneCalculator 2022-04-04 12:32:14 -07:00
parent 9ff53c1345
commit 77753c37cc
1 changed files with 8 additions and 7 deletions

View File

@ -64,7 +64,7 @@ pre {
display: flex;
}
.scrollbar-container {
height: 100%;
height: 90%;
}
.wrapper {
display: flex;
@ -127,16 +127,17 @@ textarea {
}
.button-wrapper {
position: fixed !important;
top: 0;
right: 0;
padding: 0.7rem 0.7rem 0.5rem 0.7rem;
width: 100%;
padding: 0.5rem;
background-color: $bg_surface;
border-bottom-left-radius: 10px;
z-index: 10;
transition: opacity 0.2s, visibility 0.2s;
}
.buttons {
display: flex;
z-index: 10;
position: fixed !important;
top: 1rem;
left: 9rem;
> * {
+ {
* {
@ -211,7 +212,7 @@ a {
.logo {
font-size: 1.8rem;
font-weight: 700;
text-align: center;
text-align: left;
text-decoration: none;
width: 100%;
font-family: $font-mono;