mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
implement changing account address to ENS name
This commit is contained in:
@@ -114,6 +114,10 @@ export const StyledModal = styled(Modal)`
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.check-button {
|
||||
margin-left: 58px !important;
|
||||
}
|
||||
|
||||
.cache-button {
|
||||
margin: auto;
|
||||
margin-bottom: 10px;
|
||||
@@ -122,9 +126,10 @@ export const StyledModal = styled(Modal)`
|
||||
}
|
||||
|
||||
.settings-option {
|
||||
margin: 5px 0 5px 0;
|
||||
margin: 15px 0 5px 0 !important;
|
||||
padding-left: 23px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.settings-tip {
|
||||
@@ -145,13 +150,6 @@ export const StyledModal = styled(Modal)`
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.settings-option {
|
||||
margin: 5px 0 5px 0;
|
||||
padding-left: 23px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.settings-input {
|
||||
position: relative;
|
||||
padding-left: 23px;
|
||||
@@ -195,7 +193,7 @@ export const StyledModal = styled(Modal)`
|
||||
}
|
||||
|
||||
.anon-tip {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.anon-tip::before {
|
||||
|
||||
Reference in New Issue
Block a user