Skip to content

Commit

Permalink
style: toolbar rendering width to accomodate new elements
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 18, 2024
1 parent b2dffcb commit d7fa801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
left: 0;
background-color: #00ffff;
}
@media screen and (max-width: 904px) {
@media screen and (max-width: 1139px) {
.full {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
left: 0;
background-color: #0ff;
}
@media screen and (max-width: 904px) {
@media screen and (max-width: 1139px) {
.full {
display: none !important;
}
Expand Down

0 comments on commit d7fa801

Please sign in to comment.