rearanged a few things in index.html

This commit is contained in:
bluesaxman
2022-04-07 19:08:31 -06:00
parent c24e6029ce
commit 40b4ae07a6
2 changed files with 19 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ body {
}
.bui_window_root {
display: inline-block;
position: relative;
background: rgba(200,200,200,1);
color: black;
@@ -44,8 +45,18 @@ body {
}
.bui_window_titlebar {
display: flex;
justify-content: space-between;
background: rgba(100,100,100,1);
padding: 5px;
}
.bui_window_title {
display: inline-block;
width: 100%;
text-align: center;
}
.bui_window_controls {
position: absolute;
right: 0;
top: 0;
}