[Glitch] Fix missing top border on Admin Hashtags UI

Port 6615f17b4837b73b1c5baec48e5dcfa1371b6c14 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

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;