draft branches, some minor cleanups

This commit is contained in:
りき萌 2024-02-20 22:36:47 +01:00
parent 3a8799f581
commit 90de54c359
7 changed files with 66 additions and 12 deletions

View file

@ -243,6 +243,24 @@ th-bc {
}
}
/* Display a [draft] pill for branches that are drafts. */
.tree li.draft {
&>details>summary>th-bc::before,
&>div>th-bc::before {
content: 'draft';
display: block;
width: min-content;
background-color: #058ef0;
color: #ffffff;
padding: 4px 12px;
margin-bottom: 4px;
border-radius: 100px;
}
}
/* bb - button bar */
th-bb {
height: 100%;