1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

fix layout #19

This commit is contained in:
lana-k
2020-12-20 11:43:33 +01:00
parent 00c2fb86c5
commit 43e357de5b

View File

@@ -54,25 +54,23 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#note {
position: absolute;
bottom: calc(15% + 36px);
margin-top: 27px;
font-size: 13px;
color: var(--color-text-base);
}
#skip {
position: absolute;
bottom: 5%;
}
>>>.db-upload-container {
position: absolute;
top: 10%;
margin-top: 83px;
}
#img-container {
position: absolute;
top: calc(10% + 50px);
top: calc(50% - 120px);
transform: translate(0, -50%);
width: 450px;
height: 338px;
pointer-events: none;