From c4a0587c8cdcf5ddd1530c32880fc9396bf2ffb5 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 5 Oct 2022 16:06:52 +0200 Subject: [PATCH] fix: link underline size diff --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index 0450300..841d710 100644 --- a/src/App.vue +++ b/src/App.vue @@ -96,6 +96,8 @@ export default class App extends Vue { background: #3333be; transition: width .2s ease-in-out, margin-left .2s ease-in-out; + + transform-style: preserve-3d; } &:hover:after {