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%;
|
||||
overflow-y: scroll; }
|
||||
.panopticon #status {
|
||||
width: 50%; }
|
||||
width: 90%; }
|
||||
#status > div {
|
||||
width: 33.3333333%;
|
||||
height: 200px;
|
||||
|
@ -106,7 +106,8 @@ img.icon {
|
|||
bottom: 3px;
|
||||
right: 3px; }
|
||||
#status .hugvey .light input {
|
||||
width: 3.2em; }
|
||||
width: 4.2em;
|
||||
font-size: 20px; }
|
||||
#status .hugvey .stats .count {
|
||||
display: inline-block;
|
||||
margin-right: 10px; }
|
||||
|
|
|
@ -85,7 +85,7 @@ img.icon{
|
|||
overflow-y: scroll;
|
||||
|
||||
.panopticon &{
|
||||
width: 50%
|
||||
width: 90%
|
||||
}
|
||||
|
||||
& > div{
|
||||
|
@ -149,7 +149,8 @@ img.icon{
|
|||
bottom: 3px;
|
||||
right:3px;
|
||||
input{
|
||||
width: 3.2em;
|
||||
width: 4.2em;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue