Fix for panes that are unable to be resized

This commit is contained in:
Nick Hall 2023-07-31 13:55:39 +01:00
parent 6d8b93ce84
commit ac8ea95d24

View File

@ -14,3 +14,8 @@
border-radius: 10px;
margin: 1px;
}
paned>separator {
margin: 0px;
padding: 1px;
}