Skip to content

Commit

Permalink
slot header doesnt need to be flex anymore. improve cross-browser sty…
Browse files Browse the repository at this point in the history
…ling
  • Loading branch information
TodePond committed Jan 1, 2025
1 parent 557e0ae commit 968d9db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body {
background-color: black;
padding: 6px 0px;
padding-right: 6px;
display: flex;
/* display: flex; */
gap: 6px;
}
select {
Expand All @@ -78,6 +78,7 @@ select {
outline-offset: -2px;
padding: 4px;
cursor: pointer;
height: 30px;

/* css hack to add padding to right of the chevron */
border-right: 5px solid #111;
Expand Down Expand Up @@ -122,21 +123,21 @@ body > header {
display: flex;
justify-content: space-between;
align-items: flex-start;
/* padding: 6px; */
}

nav {
padding: 3px;
}

.dialog-container {
/* position: fixed;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 100; */
z-index: 100;
pointer-events: none;
}

0 comments on commit 968d9db

Please sign in to comment.