Implemented UserPage

This commit is contained in:
2023-07-19 23:25:25 +03:00
parent 7cf83d099d
commit 7a044970f0
9 changed files with 272 additions and 13 deletions

View File

@ -1,16 +1,9 @@
body {
height: 100vh;
overflow: hidden;
color: white;
font-family: sans-serif;
}
.modal-content, .modal-content .form-select {
background-color: rgb(17, 17, 17) !important;
:root {
--bs-body-bg: rgb(17, 17, 17) !important;
}
/* В связи со сложившейся политической обстановкой */
.leaflet-attribution-flag {
position: absolute;
right: -100px;
}
}