Skip to content

Commit 72b785c

Browse files
committed
new statistic
1 parent 2e89402 commit 72b785c

File tree

3 files changed

+1049
-416
lines changed

3 files changed

+1049
-416
lines changed

scripts/ufs_statistic.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
body {
2-
max-width: 1000px;
2+
/* max-width: 1000px; */
3+
padding: 10px;
34
margin: auto;
45
background-color: #222;
56
color: ccc;
@@ -38,12 +39,13 @@ ol.log-list li a:visited {
3839

3940
li a img,
4041
.avatar {
41-
width: 30px;
42+
width: 40px;
4243
transition: all 0.2s ease;
4344
}
4445

45-
li a:hover img {
46-
transform: scale(3.5);
46+
li a:hover img,
47+
a:hover .avatar {
48+
/* transform: scale(3.5); */
4749
z-index: 2;
4850
}
4951

@@ -164,3 +166,7 @@ li:hover .show-on-hover {
164166
[data-search]:hover {
165167
text-decoration: underline;
166168
}
169+
170+
.ag-chart-wrapper {
171+
height: auto !important;
172+
}

0 commit comments

Comments
 (0)