Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Jund 09619da0d0 scss: cells: restore transform propertie (#39579)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details
2020-02-05 17:29:24 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ div.wcscurrentformscell ul {
@if $cell-entry-hover-effect == middle-to-edges {
top: 50%;
left: 50%;
transition: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
}
}