mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: Add last updated timestamp to stats page and style adjustments
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
background: var(--bg-color);
|
||||
}
|
||||
|
||||
.stats-updated-at {
|
||||
text-align: center;
|
||||
color: var(--text-secondary);
|
||||
font-size: 14px;
|
||||
margin-top: -45px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user