Make comment actions slimmer

This commit is contained in:
daudix
2024-09-23 00:55:48 +03:00
parent 57fb235169
commit ba575ea81c
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Get rid of dashed outline on article hover in article list. - Get rid of dashed outline on article hover in article list.
- Make comment actions slimmer.
- Make navabr menu/search open animation nicer (scale up instead of just fading from transparency). - Make navabr menu/search open animation nicer (scale up instead of just fading from transparency).
- More visually interesting paginator. - More visually interesting paginator.
- Move paginator from `articles.html` to `article-list.html`. - Move paginator from `articles.html` to `article-list.html`.

View File

@ -268,7 +268,8 @@
transition: var(--transition); transition: var(--transition);
border-radius: 999px; border-radius: 999px;
background-color: transparent; background-color: transparent;
padding: 0.375rem 0.75rem; padding: 0.5rem 0.75rem;
line-height: 1;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
text-decoration: none; text-decoration: none;