Skip to content

Commit

Permalink
fixed the public UI table size due to adding Fader's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiller committed May 15, 2024
1 parent 5223c22 commit 288622a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:focal

# version of this build
ENV phvalheimVersion=2.17
ENV phvalheimVersion=2.18

# me
LABEL maintainer="Brian Miller <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion container/nginx/www/css/phvalheimStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ p.client_download_tooltip_otherbuilds:visited a {

.inner {
/* width: 1225px; */
width: 1300px;
width: 1500px;
padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
Expand Down

0 comments on commit 288622a

Please sign in to comment.