mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 14:08:07 +01:00
[Glitch] Add no-toolbar
state for "nothing here" batch table views
Port 24d3ce7bab
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
3fa34bd73a
commit
b8c23f94b0
1 changed files with 4 additions and 0 deletions
|
@ -355,6 +355,10 @@ a.table-action-link {
|
|||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
border-top: 1px solid var(--background-border-color);
|
||||
}
|
||||
|
||||
&--no-toolbar {
|
||||
border-top: 1px solid var(--background-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (width <= 870px) {
|
||||
|
|
Loading…
Reference in a new issue