Skip to content

Commit

Permalink
fix wordwrap of buttons on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Apr 11, 2024
1 parent 9e5253e commit b772a4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions copyparty/web/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,7 @@ html {
padding: .2em .4em;
font-size: 1.2em;
margin: .2em;
display: inline-block;
white-space: pre;
position: relative;
top: -.12em;
Expand Down Expand Up @@ -1773,9 +1774,6 @@ html.y #tree.nowrap .ntree a+a:hover {
margin: .7em 0 .7em .5em;
padding-left: .5em;
}
.opwide>div>div>a {
line-height: 2em;
}
.opwide>div>h3 {
color: var(--fg-weak);
margin: 0 .4em;
Expand Down

0 comments on commit b772a4f

Please sign in to comment.