[Glitch] Fix missing top border on Admin Hashtags UI

Port 6615f17b48 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Emelia Smith 2024-12-09 13:55:28 +01:00 committed by Claire
parent cbe88a1e9c
commit 39ebf707f0
1 changed files with 8 additions and 0 deletions

View File

@ -149,6 +149,14 @@ a.table-action-link {
}
.batch-table {
&--no-toolbar {
.batch-table__toolbar {
position: static;
height: 4px;
border-bottom: none;
}
}
&__toolbar,
&__row {
display: flex;