added spacing for title bars in css

This commit is contained in:
bluesaxman 2022-12-20 12:01:21 -07:00
parent 1126392c15
commit 7ecaf615e5

View File

@ -56,6 +56,7 @@ body > .bui_window_root {
.bui_window_titlebar {
background: rgba(100,100,100,1);
padding: 5px;
padding-right:20px;
user-select: none;
}