mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: address comments
This commit is contained in:
@@ -140,6 +140,7 @@ import { HasErrorPipe } from '../pipes/has-error.pipe'
|
||||
|
||||
.date,
|
||||
.duration {
|
||||
order: 1;
|
||||
color: var(--tui-text-02);
|
||||
}
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ import { ApiService } from 'src/app/services/api/embassy-api.service'
|
||||
styles: `
|
||||
:host-context(tui-root._mobile) {
|
||||
tr {
|
||||
grid-template-columns: 2fr 1fr;
|
||||
grid-template-columns: 3fr 2fr;
|
||||
}
|
||||
|
||||
td:only-child {
|
||||
@@ -94,7 +94,11 @@ import { ApiService } from 'src/app/services/api/embassy-api.service'
|
||||
.algorithm {
|
||||
order: 5;
|
||||
text-align: right;
|
||||
color: var(--tui-text-02);
|
||||
|
||||
&::before {
|
||||
content: 'Algorithm: ';
|
||||
color: var(--tui-text-02);
|
||||
}
|
||||
}
|
||||
}
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user