diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-10-01 16:01:57 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-10-01 16:01:57 +0300 |
| commit | 414558665f8370390cf4c6dc3c79745217d8d522 (patch) | |
| tree | 98e237d75e1f728c91fb4aa933d9ab2d8121308b /src/components/status/status.scss | |
| parent | 8a34ff2957e28f7531c62c793ea4f24558e08ced (diff) | |
lint fix
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index ecca288f..66a91c1e 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -25,6 +25,11 @@ $status-margin: 0.75em; --icon: var(--selectedPostIcon, $fallback--icon); } + &.-conversation { + border-left-width: 4px; + border-left-style: solid; + } + .gravestone { padding: $status-margin; color: $fallback--faint; @@ -36,11 +41,6 @@ $status-margin: 0.75em; align-items: center; } } - - &.-conversation { - border-left-width: 4px; - border-left-style: solid; - } .status-container { display: flex; |
