Make comment actions slimmer
This commit is contained in:
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
|
||||
- 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).
|
||||
- More visually interesting paginator.
|
||||
- Move paginator from `articles.html` to `article-list.html`.
|
||||
|
@ -268,7 +268,8 @@
|
||||
transition: var(--transition);
|
||||
border-radius: 999px;
|
||||
background-color: transparent;
|
||||
padding: 0.375rem 0.75rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
line-height: 1;
|
||||
font-variant-numeric: tabular-nums;
|
||||
text-decoration: none;
|
||||
|
||||
|
Reference in New Issue
Block a user