diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
| commit | 11113dd7c4c5c74946e42947311a6988dfaea8d0 (patch) | |
| tree | 3c528dc7a82e7ef7272e32b079dd41981e65e858 /src/App.scss | |
| parent | 6f903016a4337d2c10ac6fa3ed5205df2e15b44b (diff) | |
| parent | c4f8426349baaa7e804182e455126c9353b08744 (diff) | |
Merge branch 'feature/improve-status-header-and-spacing' into 'develop'
Re-do status header a bit, add more consistent spacing to status
Closes #264
See merge request pleroma/pleroma-fe!617
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/src/App.scss b/src/App.scss index 7c6970c1..a0d1a804 100644 --- a/src/App.scss +++ b/src/App.scss @@ -628,6 +628,16 @@ nav { color: $fallback--faint; color: var(--faint, $fallback--faint); } + +.faint-link { + color: $fallback--faint; + color: var(--faint, $fallback--faint); + + &:hover { + text-decoration: underline; + } +} + @media all and (min-width: 800px) { .logo { opacity: 1 !important; @@ -661,6 +671,10 @@ nav { border-radius: var(--inputRadius, $fallback--inputRadius); } +.button-icon { + font-size: 1.2em; +} + @keyframes shakeError { 0% { transform: translateX(0); @@ -705,16 +719,6 @@ nav { margin: 0.5em 0 0.5em 0; } - .button-icon { - font-size: 1.2em; - } - - .status .status-actions { - div { - max-width: 4em; - } - } - .menu-button { display: block; margin-right: 0.8em; @@ -723,7 +727,7 @@ nav { .login-hint { text-align: center; - + @media all and (min-width: 801px) { display: none; } |
