fix: 🚑 topics list, add gap with manage topics btn

This commit is contained in:
Lucas Colombo
2023-07-02 19:46:43 -03:00
parent 85e6da11d0
commit a033ccd313
4 changed files with 13 additions and 1 deletions

View File

@ -2844,6 +2844,10 @@ footer .ui.dropdown .menu {
background-color: var(--c-elevation_4);
}
#repo-topics {
row-gap: var(--v-measure_\.5x);
}
.ui.table > tr > td, .ui.table > tbody > tr > td {
border-top-color: rgba(var(--c-theme_blue_base-rgb), 0.04);
}

View File

@ -2844,6 +2844,10 @@ footer .ui.dropdown .menu {
background-color: var(--c-elevation_4);
}
#repo-topics {
row-gap: var(--v-measure_\.5x);
}
.ui.table > tr > td, .ui.table > tbody > tr > td {
border-top-color: rgba(var(--c-theme_blue_base-rgb), 0.04);
}