Skip to content

Commit

Permalink
correct for the extra space of the documentation icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Aug 5, 2022
1 parent f0f826b commit 44c8357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions saltgui/static/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ h1 {
margin-left: 0;
}

@media (max-width: 900px) {
@media (max-width: 950px) {
.panel {
margin-left: 0;
}
Expand Down Expand Up @@ -182,12 +182,12 @@ h1 {
cursor: pointer;
}

@media (min-width: 900px) {
@media (min-width: 950px) {
.fullmenu { display: inline-block; }
.minimenu { display: none; }
}

@media (max-width: 900px) {
@media (max-width: 950px) {
.fullmenu { display: none; }
.minimenu { display: inline-block; }
}
Expand Down
2 changes: 1 addition & 1 deletion saltgui/static/stylesheets/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ table tr td:last-of-type {
flex-grow: 1;
}

@media (max-width: 900px) {
@media (max-width: 950px) {
.minions {
min-width: 0;
}
Expand Down

0 comments on commit 44c8357

Please sign in to comment.