mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
editor changes
This commit is contained in:
parent
d7e638153b
commit
696ac8d69f
8 changed files with 76 additions and 48 deletions
|
@ -1,5 +1,6 @@
|
|||
.group {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
|
||||
> :global(.group_filler) {
|
||||
flex: 1;
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
.panel {
|
||||
padding: $gap;
|
||||
min-height: $input_height + $gap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: stretch;
|
||||
box-sizing: border-box;
|
||||
flex-direction: row;
|
||||
|
||||
@include outer_shadow();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue