We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5aa54 commit 9828fa0Copy full SHA for 9828fa0
js/Components/LogTable.less
@@ -15,11 +15,18 @@
15
}
16
17
.time {
18
- width: 100px;
+ width: 120px;
19
+ text-align: right;
20
21
22
.app {
- width: 150px;
23
+ width: 100px;
24
+ }
25
+
26
+ td.app, th.app {
27
+ @media only screen and (max-width: 1100px) {
28
+ display: none;
29
30
31
32
.level {
@@ -50,7 +57,7 @@
50
57
box-sizing: border-box;
51
58
padding: 7px;
52
59
53
-
60
54
61
div.level {
55
62
font-weight: bold;
56
63
@@ -61,7 +68,6 @@
68
69
70
div.time {
64
- text-align: right;
65
71
padding-right: 20px;
66
72
67
73
0 commit comments