Skip to content

Commit

Permalink
fix mobiles UI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 12, 2018
1 parent 973088b commit 82aba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/skins/Default/resources/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {font-size:12px}
/* Header - center the title and float the buttons. */
#hdr-content {padding:0 5px}
#hdr-inner {padding:0}
#hdr #forumTitle {font-size:14px; padding:11px 0; text-align:center; display:block; width:46%; margin:0 auto; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position: absolute;left: 26%;}
#hdr #forumTitle {font-size:18px; padding:11px 0; text-align:center; display:block; width:46%; margin:0 auto; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position: absolute;left: 26%;}
#hdr .button {margin:6px 0}
#hdr .popupWrapper {float:right; margin:0 0 0 7px}
#hdr #backButton {float:left; margin:13px 5px 0 5px}
Expand Down

0 comments on commit 82aba53

Please sign in to comment.