Skip to content
Snippets Groups Projects
Commit 28e36757 authored by Julian's avatar Julian
Browse files

Fix browser specific styling bugs

parent ba7b826b
No related branches found
No related tags found
1 merge request!236Resolve "Improve week view for mobile devices (size s)"
......@@ -98,8 +98,10 @@ p.subtitle {
transition: transform .5s 0s ease-in-out;
rotate: 270deg;
rotation: 270deg;
-webkit-transform: rotate(270deg);
}
.unfold-trigger.vertical i.material-icons {
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