]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/mobile.css
Merge remote-tracking branch 'upstream/develop' into 1512-ostatus-comment
[friendica.git] / view / theme / vier / mobile.css
index 3defddac3891009f856a797b9b1b9c2c4cf5c07e..d06cb410117586432e546c3d1f6494390e7e2e2e 100644 (file)
@@ -104,11 +104,13 @@ nav ul {
 
 aside {
        display: block;
-       /* position: absolute; */
        position: fixed;
        max-width: 400px;
        width: 80%;
        left: -100%;
+       -webkit-transition: left 0.5s;
+       -moz-transition: left 0.5s;
+       -o-transition: left 0.5s;
        transition: left 0.5s;
 }
 
@@ -122,10 +124,13 @@ aside.show {
 .tabs .tab { display: none;}
 .tabs .tab.active { display: block; }
 .tabs::after {
-       content: " ";
+       font-family: FontAwesome;
+       text-align: right;
+       content: "\f13a";
        display: block;
        position: absolute;
        left: 0; right:0; top: 0; bottom: 0;
+       padding: 8px 2px 0 0;
 }
 
 .tabs.show {