Skip to content

Commit

Permalink
Move border-radius from #main to .window elements to fix radius once …
Browse files Browse the repository at this point in the history
…and for all

#537 only fixed it on chat windows,
but for some browser-specific display bug/reason not on settings, login, ...
  • Loading branch information
astorije committed Aug 19, 2016
1 parent 36a21ba commit 0bd488b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/css/style.css
Expand Up @@ -587,11 +587,8 @@ button {
}

#main {
background: #fff;
border-radius: 2px;
bottom: 4px;
left: 220px;
overflow: hidden; /* Without this, border-radius has no effect */
position: absolute;
right: 5px;
top: 4px;
Expand Down Expand Up @@ -651,6 +648,7 @@ button {

#windows .window {
background: #fff;
border-radius: 2px;
bottom: 0;
display: none;
left: 0;
Expand Down

0 comments on commit 0bd488b

Please sign in to comment.