mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
flow grid now has 5 columns
This commit is contained in:
parent
744f79053b
commit
ed3f6369fb
5 changed files with 34 additions and 11 deletions
|
@ -91,6 +91,16 @@
|
|||
grid-column-end: span 2;
|
||||
}
|
||||
|
||||
:global(.horizontal),
|
||||
:global(.quadro) {
|
||||
grid-column-end: span 2;
|
||||
}
|
||||
|
||||
:global(.vertical),
|
||||
:global(.quadro) {
|
||||
grid-row-end: span 2;
|
||||
}
|
||||
|
||||
.is_text {
|
||||
background: none;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue