mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed switcher appearance
This commit is contained in:
parent
b385df297a
commit
511a8b5768
3 changed files with 9 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
user-select: none;
|
||||
|
||||
.image {
|
||||
max-height: calc(100vh - 140px);
|
||||
max-height: calc(100vh - 150px);
|
||||
max-width: 100%;
|
||||
opacity: 1;
|
||||
border-radius: $radius;
|
||||
|
@ -52,7 +52,7 @@
|
|||
|
||||
.placeholder {
|
||||
width: 100%;
|
||||
height: calc(100vh - 140px);
|
||||
height: calc(100vh - 130px);
|
||||
border-radius: $radius;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue