mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix SettingsModal buttons position
This commit is contained in:
@@ -89,16 +89,14 @@ export const StyledModal = styled(Modal)`
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin: auto;
|
||||
margin-bottom: 5px;
|
||||
.plebbit-options-buttons {
|
||||
display: block;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
float: right;
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 3px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -168,9 +166,6 @@ export const StyledModal = styled(Modal)`
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
${({ selectedStyle }) => {
|
||||
switch (selectedStyle) {
|
||||
case 'Yotsuba':
|
||||
|
||||
Reference in New Issue
Block a user