mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-05 20:26:23 +03:00
Добавлена базовая боковая панель
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#map {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
height: 93%;
|
||||
width: 70%;
|
||||
height: 93vh;
|
||||
}
|
||||
@@ -15,8 +15,20 @@ crossorigin=""></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="map"></div>
|
||||
<span id="facilityMarkerURL" style="display: hidden;">{% static "maps/img/place.png" %}</span>
|
||||
<div class="container-fluid m-0 p-0">
|
||||
<div class="row">
|
||||
<div class="col-9 p-0">
|
||||
<div id="map"></div>
|
||||
</div>
|
||||
<div class="col-3 p-0">
|
||||
<div class="panel">
|
||||
<button>Тест</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span id="facilityMarkerURL" style="display: none;">{% static "maps/img/place.png" %}</span>
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
|
||||
Reference in New Issue
Block a user