diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-12-16 17:46:15 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-12-16 17:46:15 +0000 |
| commit | 10399c193a68fc14c0c72b0cf970bfe2605a247e (patch) | |
| tree | e0637d44cbbf22434b8a8a4d4ab81e3a7980e2d6 /src/components/status/status.scss | |
| parent | 466fc84e8223b83d4da2f6a805041e78e3701447 (diff) | |
| parent | 22546ea8132ab73a1501256dd2686dbf88dfc308 (diff) | |
Merge branch 'feat/move-external-source-button-to-extra-buttons' into 'develop'
Move external source link to extra buttons, expand the expand button
See merge request pleroma/pleroma-fe!1303
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 70c6d03d..58b55bc8 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -139,6 +139,20 @@ $status-margin: 0.75em; .heading-right { display: flex; flex-shrink: 0; + + .button-unstyled { + padding: 5px; + margin: -5px; + + &:hover svg { + color: $fallback--lightText; + color: var(--lightText, $fallback--lightText); + } + } + + .svg-inline--fa { + margin-left: 0.25em; + } } .timeago { |
