Skip to content

Commit

Permalink
too long title
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabethP committed Jul 29, 2017
1 parent 0ac033f commit a1a7ae3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
10 changes: 10 additions & 0 deletions css/lfh-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ div.lfh-min div.lfh-nav div.lfh-title {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
text-overflow: ellipsis;
overflow: hidden;
}
#lfh-fade.lfh-min div.lfh-nav div.lfh-title {
text-align: left;
Expand Down Expand Up @@ -1040,6 +1042,14 @@ div.lfh-nav div.lfh-back::before {
width: 100%;
padding: 5px;
margin-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
}
span.lfh-trackname {
max-width: 250px;
height: 25px;
display: inline-block;
line-height: 1;
}
span.lfh-close::before {
display: inline-block;
Expand Down
11 changes: 11 additions & 0 deletions css/lfh-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ a.lfh-gpx-file:hover{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
text-overflow: ellipsis;
overflow: hidden;
}

#lfh-fade.lfh-min div.lfh-nav div.lfh-title{
Expand Down Expand Up @@ -706,6 +708,15 @@ div.lfh-nav div.lfh-back::before{
width:100%;
padding: 5px;
margin-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
}

span.lfh-trackname{
max-width:250px;
height:25px;
display: inline-block;
line-height:1;
}
span.lfh-close::before{
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion dist/lfh-style-min.1.3.5.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ After downloading the ZIP file [lf-hiker-1.3.5.zip](https://github.com/epointal/

## Changelog
### 1.3.5 ###
* fixed : too long gpx title
* fixed : url gpx with special character trigger file not found error
* disabled : map first center on Paris

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ From zip archive

== Changelog ==
= 1.3.5 =
* too long title for gpx or marker
* fixed : url gpx with special character trigger file not found error
* disabled : map first center on Paris

Expand Down

0 comments on commit a1a7ae3

Please sign in to comment.