diff --git a/src/views/RepoList.vue b/src/views/RepoList.vue index 8770669..b97c3e4 100644 --- a/src/views/RepoList.vue +++ b/src/views/RepoList.vue @@ -246,8 +246,26 @@ const isStarred = (repo: RepoBase) => favoriteCheckboxes.value.includes(repo.id) class="tile-lock" aria-label="Private" title="Private repo" - >🔒 + + @@ -297,8 +315,26 @@ const isStarred = (repo: RepoBase) => favoriteCheckboxes.value.includes(repo.id) class="row-lock" aria-label="Private" title="Private repo" - >🔒 + + @@ -783,8 +819,10 @@ main { position: absolute; bottom: 0.55rem; right: 0.7rem; - font-size: 0.85rem; - opacity: 0.7; + display: inline-flex; + align-items: center; + justify-content: center; + opacity: 0.75; user-select: none; } @@ -959,8 +997,10 @@ main { .row-lock { flex-shrink: 0; - font-size: 0.85rem; - opacity: 0.65; + display: inline-flex; + align-items: center; + justify-content: center; + color: var(--hw-ink-faint); user-select: none; }