Skip to content

Commit 9828fa0

Browse files
committed
styling fixes
1 parent ab5aa54 commit 9828fa0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

js/Components/LogTable.less

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,18 @@
1515
}
1616

1717
.time {
18-
width: 100px;
18+
width: 120px;
19+
text-align: right;
1920
}
2021

2122
.app {
22-
width: 150px;
23+
width: 100px;
24+
}
25+
26+
td.app, th.app {
27+
@media only screen and (max-width: 1100px) {
28+
display: none;
29+
}
2330
}
2431

2532
.level {
@@ -50,7 +57,7 @@
5057
box-sizing: border-box;
5158
padding: 7px;
5259
}
53-
60+
5461
div.level {
5562
font-weight: bold;
5663
}
@@ -61,7 +68,6 @@
6168
}
6269

6370
div.time {
64-
text-align: right;
6571
padding-right: 20px;
6672
}
6773

0 commit comments

Comments
 (0)