Skip to content

Commit

Permalink
UI: fix img max width (really)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Oct 14, 2023
1 parent 8cb1b6d commit 4812005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ table .narrow {
}
@media screen and (min-width: 48em) {
.main-body img {
max-width: calc(100% - 28em);
max-width: calc(100% - 29em);
}
.logout {
max-width: 14em;
Expand Down

0 comments on commit 4812005

Please sign in to comment.