|
@@ -285,7 +285,7 @@ addInterval(() => checkRemoteApp(), 3 * 60 * 1000);
|
|
display: grid;
|
|
display: grid;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-items: center;
|
|
justify-items: center;
|
|
- grid-template-columns: minmax(100px, 200px) minmax(200px, 300px) 1fr 300px 100px;
|
|
|
|
|
|
+ grid-template-columns: minmax(100px, 200px) minmax(200px, 500px) 1fr 300px 100px;
|
|
grid-area: header;
|
|
grid-area: header;
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
}
|
|
}
|