Improved www.ttss.krakow.pl
Jacek Kowalski
2019-02-09 31e5ea00e17a8c11169753993df97e6d8fb191ab
Fix collapse button location on mobile displays
1 files modified
4 ■■■■ changed files
map.css 4 ●●●● patch | view | raw | blame | history
map.css
@@ -68,11 +68,11 @@
        width: 80%;
        right: -100%;
    }
    .panel.expanded {
    .panel.expanded, .panel.enabled .hide {
        right: 0%;
    }
    
    .panel.enabled .hide {
    .panel.enabled.expanded .hide {
        right: 80%;
        margin-right: 10px;
    }