commit 583af7ad0171a3c16f90584de22c79c9766e4c8d
parent 2cb9145b269a8cbdf3697989adc8ae5b15f83dc6
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Thu, 1 Dec 2016 00:26:58 +0300
[track list] better sizing for scroll bars
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/lib/leaflet.control.track-list/track-list.css b/src/lib/leaflet.control.track-list/track-list.css
@@ -4,14 +4,13 @@
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
padding: 8px 8px 8px 8px;
+ width: 310px;
}
.tracks-rows-wrapper {
overflow-y: auto;
overflow-x: hidden;
padding: 0 3px 0 0;
- box-sizing: content-box;
- width: 305px;
}
.leaflet-control-tracklist .hint {
@@ -46,7 +45,7 @@
.leaflet-control-tracklist .input-url {
display: inline-block;
- width: 170px;
+ width: 176px;
height: 26px;
line-height: 26px;
padding: 0 3px;
@@ -110,7 +109,7 @@
color: #333;
cursor: pointer;
border-bottom: 1px dashed #999;
- max-width: 140px;
+ max-width: 136px;
white-space:nowrap;
text-overflow: ellipsis;
overflow: hidden;