ADD: make install and dist folder with compiled extension

This commit is contained in:
2024-07-01 10:25:22 +01:00
parent 4f1f7aa9c8
commit faaf3a4840
7 changed files with 173 additions and 2 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;
}