CHANGE: removed actor disconnect due to error

This commit is contained in:
2024-07-02 21:20:22 +01:00
parent d6a850c3d8
commit fa41490406
6 changed files with 40 additions and 27 deletions

9
dist/stylesheet.css vendored Normal file
View File

@@ -0,0 +1,9 @@
#panel.floating {
margin: 3px;
border-radius: 9999px;
}
#panel.solid {
margin: 0;
border-radius: 0;
}