Skip to content

Commit

Permalink
Merge pull request doublespeakgames#414 from ekgr/master
Browse files Browse the repository at this point in the history
Changed size of languages menu (issue#413)
  • Loading branch information
groteworld committed Jun 21, 2015
2 parents d5bbca9 + 4724aaf commit 4fed303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ div#header {

span.customSelectOptions {
margin: 0;
width: 80px;
width: 120px;
}

.customSelectOptions > ul {
max-height: 20px;
width: 80px;
width: 120px;
overflow: hidden;
-webkit-transition: max-height 1s;
transition: max-height 1s;
Expand All @@ -101,7 +101,7 @@ span.customSelectOptions {
}

.customSelectOptions > ul:hover {
max-height: 400px;
max-height: 450px;
}

.customSelectOptions > ul > li {
Expand Down

0 comments on commit 4fed303

Please sign in to comment.