diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-06 18:13:56 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-06 18:13:56 +0000 |
| commit | 6cca15bade6f3cf2a2586c8e7390e2bc988f5f6e (patch) | |
| tree | 126e44b0b18028ca0e8a010f92d83acd9230fc00 /src/App.scss | |
| parent | 6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff) | |
| parent | a40d1eb3a09738dc0068501d020eacddf6ba3775 (diff) | |
Merge branch 'fix/create-a-login-hint-on-mobile' into 'develop'
create a login hint on mobile
Closes #308
See merge request pleroma/pleroma-fe!530
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index d3721b32..1eaed6ea 100644 --- a/src/App.scss +++ b/src/App.scss @@ -719,3 +719,17 @@ nav { margin-right: 0.8em; } } + +.login-hint { + text-align: center; + + @media all and (min-width: 801px) { + display: none; + } + + a { + display: inline-block; + padding: 1em 0px; + width: 100%; + } +} |
