mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
fix: powermenu css updates to fix default css changes
This commit is contained in:
parent
ecacad55bc
commit
aed276b104
@ -1,3 +1,6 @@
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
width: 0;
|
||||
@ -9,6 +12,10 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.result {
|
||||
|
Loading…
Reference in New Issue
Block a user