From f4a9970c501ec948a95c07d14a52d38f28a4907b Mon Sep 17 00:00:00 2001 From: plebbitor Date: Tue, 14 Feb 2023 11:00:18 +0100 Subject: [PATCH] update return button --- src/components/styles/Thread.styled.jsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/styles/Thread.styled.jsx b/src/components/styles/Thread.styled.jsx index 2f16eeb2..4dbbdac7 100644 --- a/src/components/styles/Thread.styled.jsx +++ b/src/components/styles/Thread.styled.jsx @@ -487,7 +487,8 @@ export const TopBar = styled.div` } .return-button { - margin-left: 10px; + float: right; + margin-right: 4px; a, a:visited { color: #00e !important; @@ -509,7 +510,8 @@ export const TopBar = styled.div` } .return-button { - margin-left: 10px; + float: right; + margin-right: 4px; a, a:visited { color: #34345c !important; @@ -529,7 +531,8 @@ export const TopBar = styled.div` } .return-button { - margin-left: 10px; + float: right; + margin-right: 4px; font-size: 12pt; a, a:visited { @@ -549,7 +552,8 @@ export const TopBar = styled.div` } .return-button { - margin-left: 10px; + float: right; + margin-right: 4px; font-size: 12pt; a, a:visited { @@ -571,7 +575,8 @@ export const TopBar = styled.div` } .return-button { - margin-left: 10px; + float: right; + margin-right: 4px; a, a:visited { color: #81a2be !important; @@ -593,7 +598,8 @@ export const TopBar = styled.div` } .return-button { - margin-left: 10px; + float: right; + margin-right: 4px; a, a:visited { color: #f60 !important;