This commit is contained in:
retoor 2025-06-12 01:39:22 +02:00
parent 0c0742fce7
commit 1705575985

18
src/snek/static/njet.css Normal file
View File

@ -0,0 +1,18 @@
/* CSS version */
.njet-dialog {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
min-width: 33px;
}
.njet-window {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
min-width: 33px;
}