feat(#97): display when the repo has been anonymized

This commit is contained in:
tdurieux
2022-10-04 14:22:25 +02:00
parent c90710fb6f
commit 3e2644438e
3 changed files with 11 additions and 3 deletions
+5 -2
View File
@@ -255,10 +255,12 @@ a:hover {
}
.leftCol {
display: flex;
position: relative;
flex: 0 0 auto;
width: 100%;
z-index: 9;
flex-direction: column;
}
.leftCol,
@@ -326,9 +328,10 @@ a:hover {
font-family: 'Font Awesome 5 Free';
position: absolute;
left: 0px;
width: 7px;
width: 18px;
height: 21px;
overflow: hidden;
padding: 1px;
padding-left: 1px;
color: var(--primary-bg);
}