diff --git a/index.html b/index.html index 329a4f8..a8f3c82 100644 --- a/index.html +++ b/index.html @@ -637,8 +637,8 @@ width: 80px; text-align: right; } - .compact-views, .compact-votes { display: none; } - .compact-views, .compact-votes { + .compact-views { display: none; } + .compact-views { align-items: center; gap: 0.25rem; color: var(--text-lighter); @@ -650,11 +650,7 @@ width: 60px; justify-content: flex-end; } - .grid.compact .compact-votes { - width: 70px; - justify-content: flex-end; - } - .grid.compact .compact-views, .grid.compact .compact-votes { + .grid.compact .compact-views { display: flex; } .grid.compact .card-stats { display: none; } @@ -696,7 +692,6 @@ .ch-name { flex: 0 0 250px; } .ch-desc { flex: 1; } .ch-views { width: 60px; text-align: right; } - .ch-votes { width: 70px; text-align: right; } .ch-format { width: 100px; } .ch-date { width: 80px; text-align: right; } @@ -1392,7 +1387,6 @@