🐛 Fix social icons shifting on hover in Safari

Fixes #396
This commit is contained in:
James Panther
2023-01-09 18:26:34 +11:00
parent 0105da87cd
commit a1b11a6a04
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
- Code highlight background cut off in Google Chrome when overflowing content area ([#383](https://github.com/jpanther/congo/pull/383))
- Social icons shift position during CSS transition when hovered in Safari ([#396](https://github.com/jpanther/congo/pull/396))
- Error when attempting to resize SVG assets in page bundles ([#427](https://github.com/jpanther/congo/pull/427))
## [2.4.2] - 2022-11-22
+1
View File
@@ -4,6 +4,7 @@
{{ range $name, $url := $links }}
<a
class="px-1 transition-transform hover:scale-125 hover:text-primary-700 dark:hover:text-primary-400"
style="will-change:transform;"
href="{{ $url }}"
target="_blank"
aria-label="{{ $name | title }}"