Skip to content
Snippets Groups Projects
Commit 07c6f22f authored by Julian's avatar Julian
Browse files

Use a browser independet way of rotating

parent 824db340
No related branches found
No related tags found
1 merge request!236Resolve "Improve week view for mobile devices (size s)"
Pipeline #38609 passed with warnings
...@@ -96,12 +96,9 @@ p.subtitle { ...@@ -96,12 +96,9 @@ p.subtitle {
.unfold-trigger i.material-icons { .unfold-trigger i.material-icons {
transition: transform .5s 0s ease-in-out; transition: transform .5s 0s ease-in-out;
rotate: 270deg; transform: rotate(-90deg);
rotation: 270deg;
-webkit-transform: rotate(270deg);
} }
.unfold-trigger.vertical i.material-icons { .unfold-trigger.vertical i.material-icons {
transform: rotate(-90deg); transform: rotate(-180deg);
-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