Merge branch 'master' of gitlab.com:hugvey/hugvey
This commit is contained in:
commit
defab56afa
2 changed files with 6 additions and 4 deletions
|
@ -61,7 +61,7 @@ img.icon {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll; }
|
overflow-y: scroll; }
|
||||||
.panopticon #status {
|
.panopticon #status {
|
||||||
width: 50%; }
|
width: 90%; }
|
||||||
#status > div {
|
#status > div {
|
||||||
width: 33.3333333%;
|
width: 33.3333333%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
@ -106,7 +106,8 @@ img.icon {
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
right: 3px; }
|
right: 3px; }
|
||||||
#status .hugvey .light input {
|
#status .hugvey .light input {
|
||||||
width: 3.2em; }
|
width: 4.2em;
|
||||||
|
font-size: 20px; }
|
||||||
#status .hugvey .stats .count {
|
#status .hugvey .stats .count {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 10px; }
|
margin-right: 10px; }
|
||||||
|
|
|
@ -85,7 +85,7 @@ img.icon{
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
.panopticon &{
|
.panopticon &{
|
||||||
width: 50%
|
width: 90%
|
||||||
}
|
}
|
||||||
|
|
||||||
& > div{
|
& > div{
|
||||||
|
@ -149,7 +149,8 @@ img.icon{
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
right:3px;
|
right:3px;
|
||||||
input{
|
input{
|
||||||
width: 3.2em;
|
width: 4.2em;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue