merged with dictioanry eddit

This commit is contained in:
Timo 2020-12-02 10:35:48 +02:00
parent 325e3ebbd9
commit b43a0395cb
3 changed files with 6 additions and 7 deletions

View File

@ -66,7 +66,7 @@
<div class="grid-container">
<!-- Table lines -->
<div
class="table-item"
class="table-item pointer"
*ngFor="let dict of dictionaries | sortBy: sortingOption.order:sortingOption.column"
[routerLink]="['/ui/dictionary-overview/' + dict.type]"
>

View File

@ -69,6 +69,6 @@
</div>
</div>
<div class="right-fixed-container"></div>
<div class="right-container"></div>
</div>
</section>

View File

@ -15,14 +15,13 @@
width: calc(100vw - 383px);
height: calc(100vh - 141px);
padding: 15px;
box-shadow: inset 0 4px 3px -2px #e2e4e9;
}
.right-fixed-container {
overflow-y: scroll;
@include no-scroll-bar();
.right-container {
display: flex;
width: calc(353px);
height: calc(100vh - 110px - 2 * 50px);
width: 353px;
min-width: 353px;
justify-content: center;
padding: 50px 0;
}