diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-11-01 17:50:43 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-11-01 17:50:43 +0000 |
| commit | 148789767a28a988751af9635cd53fe6d85a4c75 (patch) | |
| tree | 899b04a091d20ee5f1209fd141ee8ecadf591a5d /src/components/chat_new | |
| parent | 40ce3a9bd8711029453f3753637ff7a53d7ee23f (diff) | |
| parent | 3ead79ddb42967e2e5e7ccc6d832543b066c7c9b (diff) | |
Merge branch 'fix/chat-misc-fixes' into 'develop'
Misc Chat fixes
See merge request pleroma/pleroma-fe!1265
Diffstat (limited to 'src/components/chat_new')
| -rw-r--r-- | src/components/chat_new/chat_new.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/chat_new/chat_new.scss b/src/components/chat_new/chat_new.scss index 716172b0..5506143d 100644 --- a/src/components/chat_new/chat_new.scss +++ b/src/components/chat_new/chat_new.scss @@ -23,7 +23,9 @@ .go-back-button { cursor: pointer; - margin-right: 1.7em; - margin-left: 0.3em; + width: 28px; + text-align: center; + padding: 0.6em; + margin: -0.6em 0.6em -0.6em -0.6em; } } |
