Create stream modal

This commit is contained in:
2023-06-22 11:40:25 +01:00
parent 1ec1c9f636
commit c301d4b9c4
12 changed files with 254 additions and 30 deletions

View File

@ -70,4 +70,29 @@ a {
display: flex;
align-items: center;
gap: 8px;
}
input[type="text"] {
font-family: inherit;
border: unset;
background-color: unset;
color: inherit;
width: 100%;
font-size: 16px;
font-weight: 500;
outline: none;
}
div.input {
background: #171717;
border-radius: 16px;
padding: 8px 16px;
display: flex;
gap: 10px;
align-items: center;
}
.scroll-lock {
overflow: hidden;
height: 100vh;
}