mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
parent
5d04e29775
commit
3e03544b5c
|
@ -153,6 +153,14 @@ a.table-action-link {
|
|||
}
|
||||
|
||||
.batch-table {
|
||||
&--no-toolbar {
|
||||
.batch-table__toolbar {
|
||||
position: static;
|
||||
height: 4px;
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__toolbar,
|
||||
&__row {
|
||||
display: flex;
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
|
||||
%hr.spacer/
|
||||
|
||||
.batch-table
|
||||
.batch-table.batch-table--no-toolbar
|
||||
.batch-table__toolbar
|
||||
.batch-table__body
|
||||
- if @tags.empty?
|
||||
= nothing_here 'nothing-here--under-tabs'
|
||||
|
|
Loading…
Reference in a new issue