Skip to content
Snippets Groups Projects
Verified Commit ebbd6f30 authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Fix browser specific styling bugs

(cherry picked from commit 28e36757)
parent c0937ba5
No related branches found
No related tags found
1 merge request!246Prepare release 2.0rc7
...@@ -98,8 +98,10 @@ p.subtitle { ...@@ -98,8 +98,10 @@ p.subtitle {
transition: transform .5s 0s ease-in-out; transition: transform .5s 0s ease-in-out;
rotate: 270deg; rotate: 270deg;
rotation: 270deg; rotation: 270deg;
-webkit-transform: rotate(270deg);
} }
.unfold-trigger.vertical i.material-icons { .unfold-trigger.vertical i.material-icons {
transform: rotate(-90deg); transform: rotate(-90deg);
-webkit-transform: rotate(180deg);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment