diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 06:17:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 06:17:09 +0900 |
| commit | ed8d6a05b13546539f22dd35bdaab18cc8abdcec (patch) | |
| tree | e774c447826fbbe7b7f328d854dde4cd7f0c5e71 /src | |
| parent | Revert "test" (diff) | |
| download | misskey-ed8d6a05b13546539f22dd35bdaab18cc8abdcec.tar.gz misskey-ed8d6a05b13546539f22dd35bdaab18cc8abdcec.tar.bz2 misskey-ed8d6a05b13546539f22dd35bdaab18cc8abdcec.zip | |
Remove unused style
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/style.styl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/web/app/mobile/style.styl b/src/web/app/mobile/style.styl index bc7859844a..bd6965e402 100644 --- a/src/web/app/mobile/style.styl +++ b/src/web/app/mobile/style.styl @@ -1,11 +1,5 @@ @import "../base" -body[data-nav-open='true'] - #hamburger - > i - -webkit-transform rotate(-90deg) - transform rotate(-90deg) - #wait top auto bottom 15px |