Skip to content

Commit

Permalink
feat: proper logo sizing and view toggle alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Dec 1, 2024
1 parent 06819f0 commit 1b1fd27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,9 @@
max-height: 48px;
}
#authenticated > img {
border-radius: 50%;
padding: 4px 0;
height: 40px;
height: 35px;
margin-left: 4px;
border-radius: 50%;
}
.toolbar[data-authenticated="true"] > #github-login-button {
display: none;
Expand Down Expand Up @@ -786,6 +785,8 @@
text-rendering: geometricprecision;
text-transform: uppercase;
font-size: 16px;
display: flex;
align-items: center;
}
#view-toggle {
flex: 0 0 auto;
Expand Down
7 changes: 4 additions & 3 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,9 @@
max-height: 48px;
}
#authenticated > img {
border-radius: 50%;
padding: 4px 0;
height: 40px;
height: 35px;
margin-left: 4px;
border-radius: 50%;
}
.toolbar[data-authenticated="true"] > #github-login-button {
display: none;
Expand Down Expand Up @@ -786,6 +785,8 @@
text-rendering: geometricprecision;
text-transform: uppercase;
font-size: 16px;
display: flex;
align-items: center;
}
#view-toggle {
flex: 0 0 auto;
Expand Down

0 comments on commit 1b1fd27

Please sign in to comment.