remote control support

This commit is contained in:
NoobishSVK
2024-01-17 22:46:34 +01:00
parent 0a46f1f848
commit fb8c0753d3
7 changed files with 161 additions and 19 deletions
+15
View File
@@ -130,7 +130,22 @@ h2 {
background: #100d1f;
}
input[type="text"] {
width: 100%;
height: 100%;
min-height: 46px;
border-radius: 30px;
padding-left: 20px;
box-sizing: border-box;
border: 0;
color: white;
background-color: var(--color-1);
font-family: 'Titillium Web', sans-serif;
}
input[type="text"]:focus {
outline: 2px solid var(--color-main-bright);
}
@media only screen and (max-width: 768px) {
.flex-container {