Skip to content

Commit

Permalink
fix(interface) more space for level selector
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed Dec 13, 2015
1 parent 49e3357 commit b640ae8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ div.tooltip {

.item-selector
{
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
column-count: 4;
position: fixed;
top: 15%;
left: 25%;
width: 50%;
height: 70%;
top: 7%;
left: 2.5%;
width: 95%;
height: 80%;
padding: 12px;
background: #000;
color: #aaa;
Expand Down

0 comments on commit b640ae8

Please sign in to comment.