moved leaflet custom styles, added fallback for user page

This commit is contained in:
2023-05-17 10:44:35 +03:00
parent 6742b46db7
commit e9b7a9e32a
3 changed files with 12 additions and 8 deletions

View File

@ -5,6 +5,12 @@ body {
font-family: sans-serif;
}
.modal-content, .form-select {
.modal-content, .modal-content .form-select {
background-color: rgb(17, 17, 17) !important;
}
/* В связи со сложившейся политической обстановкой */
.leaflet-attribution-flag {
position: absolute;
right: -100px;
}