Skip to content
Snippets Groups Projects
Commit 42ce620c authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Added some `will-change` to prevent annoying text shift

parent 91ea30f7
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
position: relative;
filter: saturate(50%);
transform: scale(90%);
will-change: transform;
@include mx.breakpoint(small) {
width: calc(100% / 5 - 10px);
......
......@@ -50,6 +50,7 @@
opacity: 0.5;
transform: scale(90%);
user-select: none;
will-change: transform;
.tag {
margin: 0;
......
......@@ -15,6 +15,7 @@
appearance: none;
border: none;
outline: none;
will-change: transform;
&.expanded {
width: 100%;
......
......@@ -10,6 +10,7 @@
width: 160px;
color: s.$text;
height: 160px;
will-change: transform;
&:hover,
&:focus {
......
......@@ -11,6 +11,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
will-change: transform;
&:hover ,
&:focus {
......
......@@ -12,6 +12,7 @@
color: s.$text;
font-weight: s.$weight-regular;
position: relative;
will-change: transform;
&:hover,
&:focus {
......
......@@ -30,6 +30,7 @@
padding: 30px;
border-radius: 25px;
margin: 20px;
will-change: transform;
@include mx.breakpoint(medium) {
padding: 40px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment