dots compromise

This commit is contained in:
Drew Ansbacher
2021-12-01 15:36:53 -07:00
committed by Aiden McClelland
parent 6c3e99f3e1
commit d38da2231e
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
.dots {
position: absolute;
bottom: 3px;
}

View File

@@ -1,5 +1,4 @@
import { Component, Input } from '@angular/core'
import { InstallProgress } from 'src/app/services/patch-db/data-model'
import { StatusRendering } from 'src/app/services/pkg-status-rendering.service'
@Component({