[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:
parent
cbe88a1e9c
commit
39ebf707f0
@ -149,6 +149,14 @@ a.table-action-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.batch-table {
|
.batch-table {
|
||||||
|
&--no-toolbar {
|
||||||
|
.batch-table__toolbar {
|
||||||
|
position: static;
|
||||||
|
height: 4px;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&__toolbar,
|
&__toolbar,
|
||||||
&__row {
|
&__row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user