Skip to content

Commit

Permalink
offset fix (NEED TO DO TITLEBAR)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Mar 16, 2024
1 parent d3f81c1 commit 6e4ac01
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/stylesheets/titlebar.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
#primary-content {
display: flex;
flex-direction: row;
align-items: center;
display: flex;
justify-content: space-between;
}

#view-selector {
flex-grow: 1;
width: 100%;
}

#primary-content>#title {
width: 0px;
}

#view-selector #label #label-text {
Expand Down

0 comments on commit 6e4ac01

Please sign in to comment.