merged with dictioanry eddit
This commit is contained in:
parent
325e3ebbd9
commit
b43a0395cb
@ -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]"
|
||||
>
|
||||
|
||||
@ -69,6 +69,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right-fixed-container"></div>
|
||||
<div class="right-container"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user