Skip to content

Commit

Permalink
make lang button wider
Browse files Browse the repository at this point in the history
to fit language names
  • Loading branch information
jlord committed May 28, 2018
1 parent 2fc6031 commit 01f9070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions assets/css/buttons.css
Expand Up @@ -125,11 +125,12 @@ button .octicon {
user-select: none;
}

/* TODO there are two of these */
.lang-select {
padding: 4px 13px;
position: absolute;
height: 36px;
width: 100px;
width: 150px;
margin: 5px 8px;
top: 0;
left: 0;
Expand All @@ -143,7 +144,7 @@ button .octicon {
/*border-top-color: #8cf;*/
border-top-color: #A6A6A6;
position: relative;
left: 40px;
left: 66px;
top: 5px;
pointer-events: none;
display: inline-block;
Expand Down
5 changes: 3 additions & 2 deletions assets/css/style.css
Expand Up @@ -597,11 +597,12 @@ button .octicon {
padding: 20px 0;
}

/* TODO there are two of these */
.lang-select {
padding: 4px 13px;
position: absolute;
height: 36px;
width: 100px;
width: 150px;
margin: 5px 8px;
top: 0;
left: 0;
Expand All @@ -615,7 +616,7 @@ button .octicon {
/*border-top-color: #8cf;*/
border-top-color: #A6A6A6;
position: relative;
left: 40px;
left: 66px;
top: 5px;
pointer-events: none;
display: inline-block;
Expand Down

0 comments on commit 01f9070

Please sign in to comment.