mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Fix/fe 6 (#2965)
* fix backup reports modal * chore: fix comments * chore: fix controls status * chore: fix stale marketplace data * slightly better registry switching --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
>
|
||||
<nav class="nav-mobile-sidebar divide-bar">
|
||||
<div class="nav-mobile-sidebar-top">
|
||||
<store-icon
|
||||
[tuiSkeleton]="!registry"
|
||||
size="32px"
|
||||
[url]="registry?.url || ''"
|
||||
/>
|
||||
<h1 [style.margin]="0" [tuiSkeleton]="!registry">
|
||||
{{ registry?.info?.name }}
|
||||
</h1>
|
||||
|
||||
@@ -158,6 +158,12 @@ header {
|
||||
button {
|
||||
place-self: end;
|
||||
}
|
||||
|
||||
store-icon {
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
|
||||
Reference in New Issue
Block a user