mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
fix layout #19
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user