forked from treehouse/mastodon
[Glitch] Add batch approve/reject for pending hashtags in admin UI
Port SCSS changes from 261e52268c
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
rebase/4.0.0rc2
parent
74c5b2bd08
commit
6809e37f8e
|
@ -211,6 +211,16 @@ a.table-action-link {
|
|||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.directory__tag {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
|
||||
a {
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status__content {
|
||||
|
|
Loading…
Reference in New Issue