mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
19 lines
347 B
CSS
19 lines
347 B
CSS
#deviceControlsWrapper {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-column-gap: 20px;
|
|
grid-row-gap: 10px;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
#deviceControlsWrapper > :last-child {
|
|
text-align: right;
|
|
}
|
|
|
|
#deviceListDiv{
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|