Clearer panopticon

This commit is contained in:
Ruben van de Ven 2019-05-17 16:43:43 +02:00
parent d904facbe7
commit 83d586fe62
2 changed files with 6 additions and 4 deletions

View File

@ -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; }

View File

@ -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;
} }
} }