Pool man responsive edit toolbar
This commit is contained in:
parent
ccac42d25a
commit
701f2704f6
1 changed files with 19 additions and 0 deletions
|
@ -1472,8 +1472,27 @@ a.add-datalayer:hover,
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
/* ****** */
|
/* ****** */
|
||||||
|
|
||||||
|
@media all and (max-width: 980px) {
|
||||||
|
|
||||||
|
.leaflet-container a.leaflet-control-edit-save,
|
||||||
|
.leaflet-container a.leaflet-control-edit-cancel {
|
||||||
|
text-indent: calc(100% - 20px);
|
||||||
|
width: 35px;
|
||||||
|
min-width: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.umap-main-edit-toolbox .umap-help-button,
|
||||||
|
.umap-main-edit-toolbox .share-status {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@media all and (max-width: 480px) {
|
@media all and (max-width: 480px) {
|
||||||
|
|
||||||
|
.umap-main-edit-toolbox .map-name {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.leaflet-control-layers-expanded label {
|
.leaflet-control-layers-expanded label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Reference in a new issue