mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
modified styles w.r.t. mobile screen
- sidebar buttons not at top - doodle area larger - preview manipulation buttons smaller
This commit is contained in:
parent
b32f6d8c61
commit
1df94100f3
@ -634,19 +634,22 @@ SETTINGS POPUP
|
|||||||
background-image: url('../img/logo/logo_smallest.png');
|
background-image: url('../img/logo/logo_smallest.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.doodlecontainer {
|
.drawareacontainer {
|
||||||
/* position: absolute;
|
/* position: absolute;
|
||||||
*/
|
*/
|
||||||
height: 85%;
|
height: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.bottompanel {
|
.bottompanel {
|
||||||
|
height: 10%;
|
||||||
display: none;
|
}
|
||||||
|
|
||||||
|
.bottompanel .manipulationBtns {
|
||||||
|
margin: 2px -27;
|
||||||
|
right: 22%;
|
||||||
|
width: 38%;
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
|
||||||
/*
|
/*
|
||||||
LEFT
|
LEFT
|
||||||
*/
|
*/
|
||||||
@ -729,7 +732,7 @@ height: 85%;
|
|||||||
*/
|
*/
|
||||||
/* margin-top: -20px;
|
/* margin-top: -20px;
|
||||||
*/
|
*/
|
||||||
top: 0px; /*float: right;
|
top: 40px; /*float: right;
|
||||||
*/
|
*/
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
2
css/styles.min.css
vendored
2
css/styles.min.css
vendored
File diff suppressed because one or more lines are too long
@ -18,13 +18,19 @@
|
|||||||
// max-width: 399px;
|
// max-width: 399px;
|
||||||
// background-image: url('../img/logo/logo_smallest_wide.png');
|
// background-image: url('../img/logo/logo_smallest_wide.png');
|
||||||
}
|
}
|
||||||
.doodlecontainer {
|
.drawareacontainer {
|
||||||
/* position: absolute;*/
|
/* position: absolute;*/
|
||||||
height: 85%;
|
height: 70%;
|
||||||
|
}
|
||||||
|
.bottompanel {
|
||||||
|
height: 10%;
|
||||||
|
|
||||||
|
.manipulationBtns {
|
||||||
|
margin: 2px -27;
|
||||||
|
right: 22%;
|
||||||
|
width: 38%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/*.bottompanel {
|
|
||||||
display: none;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
LEFT
|
LEFT
|
||||||
@ -87,7 +93,7 @@
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
/* top: 50%;*/
|
/* top: 50%;*/
|
||||||
/* margin-top: -20px;*/
|
/* margin-top: -20px;*/
|
||||||
top: 0px;
|
top: 40px;
|
||||||
/*float:right;*/
|
/*float:right;*/
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
Loading…
Reference in New Issue
Block a user