Skip to content

Commit

Permalink
Don't allow titlebar box to shrink smaller than content
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Clark committed Nov 5, 2023
1 parent 61bef49 commit 13407c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body {
justify-content: flex-start;
align-items: center;
gap: 3em;
min-width: min-content;
}

.titlebar #main-title {
Expand Down

0 comments on commit 13407c8

Please sign in to comment.