diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-05 13:48:12 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-05 13:48:12 -0500 |
| commit | bf642ebab7a202939d1be96d83ad250804b58656 (patch) | |
| tree | 9650be1dbe04f0be82b2b4983b0d918e157742a5 /src | |
| parent | c758d103bdb0cb0ac2945722c0666d309cd19a75 (diff) | |
fix #308 - hide login hint on desktop
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/public_timeline/public_timeline.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/public_timeline/public_timeline.vue b/src/components/public_timeline/public_timeline.vue index 6fbebd9e..7bbface6 100644 --- a/src/components/public_timeline/public_timeline.vue +++ b/src/components/public_timeline/public_timeline.vue @@ -18,6 +18,10 @@ .login-hint { text-align: center; + + @media all and (min-width: 801px) { + display: none; + } a { display: inline-block; |
