mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-12-04 22:04:55 +01:00
margins & height fix
This commit is contained in:
parent
67fbbc59b6
commit
e6e48c8ecc
@ -5,26 +5,28 @@
|
||||
margin-left: -@center-panel-width/2;
|
||||
width: @center-panel-width;
|
||||
height: 100%;
|
||||
padding-top: 3%;
|
||||
padding-top: 1%;
|
||||
}
|
||||
|
||||
#logopanel {
|
||||
height: 15%;
|
||||
// height: 15%;
|
||||
text-align: center;
|
||||
width: 40%;
|
||||
margin-left: 30%;
|
||||
cursor: pointer;
|
||||
// border: 1px solid black;
|
||||
margin-bottom: 1%;
|
||||
|
||||
img#pencil {
|
||||
margin-top: 2%;
|
||||
// margin-top: 2%;
|
||||
max-width: 50%;
|
||||
max-height: 50%;
|
||||
// max-height: 50%;
|
||||
}
|
||||
|
||||
img#logo {
|
||||
max-width: 90%;
|
||||
margin-bottom: 2%;
|
||||
max-height: 45%;
|
||||
// margin-bottom: 2%;
|
||||
// max-height: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,12 +35,13 @@
|
||||
position: relative;
|
||||
width: 100%;
|
||||
// height: 79%;
|
||||
height: 65%;
|
||||
// height: 65%;
|
||||
height: 81%;
|
||||
background-color: #fff;
|
||||
border: 3px solid black;
|
||||
border-radius: 15px;
|
||||
box-sizing: border-box;
|
||||
margin-top: 3%;
|
||||
// margin-top: 3%;
|
||||
}
|
||||
|
||||
#canvasContainers {
|
||||
|
Loading…
Reference in New Issue
Block a user