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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user