1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +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; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center;
} }
#note { #note {
position: absolute; margin-top: 27px;
bottom: calc(15% + 36px);
font-size: 13px; font-size: 13px;
color: var(--color-text-base); color: var(--color-text-base);
} }
#skip { #skip {
position: absolute; margin-top: 83px;
bottom: 5%;
}
>>>.db-upload-container {
position: absolute;
top: 10%;
} }
#img-container { #img-container {
position: absolute; position: absolute;
top: calc(10% + 50px); top: calc(50% - 120px);
transform: translate(0, -50%);
width: 450px; width: 450px;
height: 338px; height: 338px;
pointer-events: none; pointer-events: none;