fix: powermenu css updates to fix default css changes

This commit is contained in:
imgurbot12 2024-03-31 20:35:14 -07:00
parent ecacad55bc
commit aed276b104

View File

@ -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 {