Skip to content

Commit

Permalink
Merge pull request #181 from zugdev/fix-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Dec 8, 2024
2 parents 882febf + 0580501 commit ae1cb23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media (orientation: portrait) or (max-width: 800px) {
@media (orientation: portrait) or (max-width: 1005px) {
#filters {
display: none;
}
Expand Down Expand Up @@ -360,18 +360,22 @@
}
.toolbar {
position: fixed;
width: 100vw;
width: 100%;
height: 48px;
top: 0;
padding: 0 8px;
backdrop-filter: blur(8px);
display: flex;
border-bottom: 1px solid #7f7f7f20;
-webkit-backdrop-filter: blur(8px);
align-items: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#authentication {
position: absolute;
right: 0;
right:8px;
cursor: pointer;
vertical-align: middle;
flex: 0 0 auto;
Expand Down Expand Up @@ -428,7 +432,7 @@
display: none;
}
}
@media screen and (max-width: 1350px) {
@media screen and (max-width: 1361px) {
.partner {
margin-top: 0;
}
Expand Down Expand Up @@ -792,9 +796,6 @@
flex: 0 0 auto;
appearance: none;
}
label[for="view-toggle"] {
margin-left: 8px;
}
#bottom-right {
position: fixed;
bottom: 4px;
Expand Down
15 changes: 8 additions & 7 deletions static/style/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media (orientation: portrait) or (max-width: 800px) {
@media (orientation: portrait) or (max-width: 1005px) {
#filters {
display: none;
}
Expand Down Expand Up @@ -360,18 +360,22 @@
}
.toolbar {
position: fixed;
width: 100vw;
width: 100%;
height: 48px;
top: 0;
padding: 0 8px;
backdrop-filter: blur(8px);
display: flex;
border-bottom: 1px solid #80808020;
-webkit-backdrop-filter: blur(8px);
align-items: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#authentication {
position: absolute;
right: 0;
right:8px;
cursor: pointer;
vertical-align: middle;
flex: 0 0 auto;
Expand Down Expand Up @@ -428,7 +432,7 @@
display: none;
}
}
@media screen and (max-width: 1350px) {
@media screen and (max-width: 1361px) {
.partner {
margin-top: 0;
}
Expand Down Expand Up @@ -792,9 +796,6 @@
flex: 0 0 auto;
appearance: none;
}
label[for="view-toggle"] {
margin-left: 8px;
}
#bottom-right {
position: fixed;
bottom: 4px;
Expand Down

0 comments on commit ae1cb23

Please sign in to comment.