mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed boris flickering on load
This commit is contained in:
parent
5b987a5546
commit
f23b9166e1
3 changed files with 33 additions and 22 deletions
|
@ -33,7 +33,7 @@
|
|||
width: 100%;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background: 50% 0% no-repeat/cover url('~/sprites/boris_bg.svg');
|
||||
background: 50% 0% no-repeat/cover url("~/sprites/boris_bg.svg");
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@ -86,8 +86,14 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
padding-bottom: 33.333%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue