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:
parent
6dd58cd620
commit
47f388b5d4
7 changed files with 546 additions and 85 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue