diff --git a/css/style.css b/css/style.css index 94172e4..9538acf 100644 --- a/css/style.css +++ b/css/style.css @@ -368,6 +368,13 @@ table.dataTable.display tbody tr.even:hover { display: none; } +/* layers svg icon not properly centered */ +.leaflet-sidebar-tabs > ul > li > a[href="#tab_layers_control"] { + display: flex; + align-items: center; + justify-content: center; +} + /* * CodeMirror */ diff --git a/index.html b/index.html index 6339694..f270afc 100644 --- a/index.html +++ b/index.html @@ -185,7 +185,18 @@