mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 18:17:56 +01:00
Making temperature readable again
This commit is contained in:
parent
4185865289
commit
996a6d5300
@ -9,7 +9,7 @@
|
||||
}
|
||||
#progressbarCanvasContainer {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
width: 70%; //50%
|
||||
float:right;
|
||||
|
||||
border: solid #000;
|
||||
@ -22,7 +22,7 @@
|
||||
box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
|
||||
|
||||
transition: right .40s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
||||
right: -70%;
|
||||
right: -100%; //70%;
|
||||
margin: 5% 0%;
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
#thermometerContainer {
|
||||
position: relative;
|
||||
width: 45%;
|
||||
width: 70%; //45%;
|
||||
float: right;
|
||||
|
||||
background-color: #fff;
|
||||
@ -24,7 +24,7 @@
|
||||
box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
|
||||
|
||||
transition: right .50s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
||||
right: -65%;
|
||||
right: -100%; //65%;
|
||||
}
|
||||
|
||||
#thermometerCanvas {
|
||||
|
Loading…
Reference in New Issue
Block a user