mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-07 11:38:05 +08:00
Centered Vaultlist
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
parent
ff16d26d3a
commit
d519d167ee
1 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,9 @@
|
|||
}
|
||||
}
|
||||
.vault_wrapper{
|
||||
margin: 0 auto;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
margin:0 auto auto auto;
|
||||
transform: translate(-150px);
|
||||
|
||||
max-width: 420px;
|
||||
@include border-radius(5px);
|
||||
box-shadow: 0 1px 1px #777;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue