Update.
This commit is contained in:
parent
0c0742fce7
commit
1705575985
18
src/snek/static/njet.css
Normal file
18
src/snek/static/njet.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user