CHANGE: working detection of maximised, no auto add of windows

This commit is contained in:
2024-07-01 08:17:15 +01:00
parent a391b6a835
commit c7a59ca048
4 changed files with 117 additions and 63 deletions

9
stylesheet.css Normal file
View File

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