Fix file grid background color

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/14/head
trivernis 2 years ago
parent e5a071cfad
commit 0bf89d9cee
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -2,7 +2,7 @@
(keyDownEvent)="handleKeydownEvent($event)"
(keyUpEvent)="handleKeyupEvent($event)"
appInputReceiver
class="file-gallery-inner">
class="file-grid-inner">
<cdk-virtual-scroll-viewport #virtualScrollGrid class="file-scroll" itemSize="260" maxBufferPx="2000"
minBufferPx="500">
<div *cdkVirtualFor="let rowEntry of partitionedGridEntries; trackBy: trackByFileRowId">

@ -1,3 +1,5 @@
@import "src/colors";
app-file-card {
height: 250px;
width: 100%;
@ -9,11 +11,12 @@ app-file-card {
width: 100%;
}
.file-gallery-inner {
.file-grid-inner {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
background: $background-darker-05;
}
.file-row {

Loading…
Cancel
Save