1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-03 15:57:01 +00:00

Receivers: Added responsive UI design

This commit is contained in:
Michael Hollister 2025-04-24 16:25:56 -05:00
parent 6dd58cd620
commit 47f388b5d4
7 changed files with 546 additions and 85 deletions

View file

@ -405,11 +405,10 @@ body {
position: absolute;
bottom: 80px;
right: 60px;
height: calc(55vh);
max-height: 368px;
background-color: #141414;
padding: 12px;
padding: 8px;
border-radius: 10px;
border: 1px solid #2E2E2E;
scrollbar-width: thin;
@ -427,11 +426,13 @@ body {
font-weight: 700;
line-height: 24px;
margin: 10px;
user-select: none;
}
.speedMenuEntry {
display: flex;
padding: 10px 15px;
padding: 5px 10px;
user-select: none;
}
.speedMenuEntry:hover {