feat: made beacon search and list better
This commit is contained in:
@@ -20,7 +20,7 @@ html, body {
|
||||
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-columns: 350px 1fr;
|
||||
grid-template-columns: 450px 1fr;
|
||||
grid-template-rows: 79px 1fr;
|
||||
grid-template-areas:
|
||||
"nav nav"
|
||||
@@ -53,13 +53,6 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
aside.beacons {
|
||||
grid-area: beacons;
|
||||
background-color: #11111c;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
grid-area: main;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user