This commit is contained in:
2020-08-07 11:24:00 +02:00
parent abb072dfcf
commit 039bb7d427
12 changed files with 101 additions and 59 deletions

View File

@@ -1,23 +1 @@
$-sidebar-width: 250px;
.LP-Main{
display: table;
flex-direction: row-reverse;
height: calc(100% - 61px);
.LP-Main__Content{
display: table-cell;
width: calc(100% -300px);
min-height: 1px;
padding: 25px;
}
.LP-Main__Sidebar{
display: table-cell;
width: $-sidebar-width;
flex-grow: 0;
height: 100%;
}
}
@import 'placeDetail/placeDetail';

View File

@@ -1 +1,22 @@
{}
{
"title": "PlaceDetail",
"context": {
"tags": [
"Kamera",
"Wachhund",
"Zaun",
"Security"
],
"images": [
"/images/Bildschirmfoto_von_2020-07-13_11-03-07.png",
"/images/photo_2020-05-02_18-11-21.jpg",
"/images/Bildschirmfoto_von_2020-07-13_20-15-00.png",
"/images/photo_2020-05-02_18-11-21.jpg",
"/images/Bildschirmfoto_von_2020-07-13_11-03-07.png"
],
"additionalItems": [
"Edit Place",
"Delete Place"
]
}
}

View File

@@ -1,9 +1,9 @@
{{> @header}}
<article class="LP-Main">
<section class="LP-Main__Sidebar">
<div class="LP-Main">
<aside class="LP-Main__Sidebar">
{{> @navigation modifier='--sidebar'}}
</section>
<section class="LP-Main__Content">
</aside>
<main class="LP-Main__Content">
{{> @placeoverview}}
</section>
</article>
</main>
</div>