forked from mirrors/rmenu
feat: more default css
This commit is contained in:
parent
f4af594cd9
commit
f34f5870b6
@ -1,17 +1,37 @@
|
|||||||
|
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
div.navbar {
|
||||||
|
top: 0;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
min-width: 99%;
|
min-width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.results {
|
||||||
|
height: 100vh;
|
||||||
|
margin-top: 50px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
div.selected {
|
div.selected {
|
||||||
background-color: lightblue;
|
background-color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Navigation */
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Result CSS */
|
/* Result CSS */
|
||||||
|
|
||||||
div.result, div.action {
|
div.result, div.action {
|
||||||
|
Loading…
Reference in New Issue
Block a user