extraButtons implementation
This commit is contained in:
parent
08f8b975b6
commit
eb7406c663
5 changed files with 182 additions and 51 deletions
|
|
@ -264,13 +264,11 @@
|
|||
.status-actions {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-flow: column;
|
||||
margin-top: var(--status-margin);
|
||||
|
||||
> * {
|
||||
max-width: 4em;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.muted {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue