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 2e89402 commit 72b785cCopy full SHA for 72b785c
scripts/ufs_statistic.css
@@ -1,5 +1,6 @@
1
body {
2
- max-width: 1000px;
+ /* max-width: 1000px; */
3
+ padding: 10px;
4
margin: auto;
5
background-color: #222;
6
color: ccc;
@@ -38,12 +39,13 @@ ol.log-list li a:visited {
38
39
40
li a img,
41
.avatar {
- width: 30px;
42
+ width: 40px;
43
transition: all 0.2s ease;
44
}
45
-li a:hover img {
46
- transform: scale(3.5);
+li a:hover img,
47
+a:hover .avatar {
48
+ /* transform: scale(3.5); */
49
z-index: 2;
50
51
@@ -164,3 +166,7 @@ li:hover .show-on-hover {
164
166
[data-search]:hover {
165
167
text-decoration: underline;
168
169
+
170
+.ag-chart-wrapper {
171
+ height: auto !important;
172
+}
0 commit comments