mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
styling improvements
This commit is contained in:
parent
cbc5de8154
commit
eab9a017c6
@ -371,12 +371,14 @@ const PostBody = ({
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
}
|
||||
.pull-right {
|
||||
float: right;
|
||||
.phishy {
|
||||
display: inline;
|
||||
color: red;
|
||||
}
|
||||
.pull-left {
|
||||
float: left;
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.pull-left,
|
||||
.pull-right {
|
||||
max-width: calc(50% - 10px);
|
||||
@ -384,15 +386,17 @@ const PostBody = ({
|
||||
margin-bottom: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.phishy {
|
||||
display: inline;
|
||||
color: red;
|
||||
|
||||
.pull-left {
|
||||
margin-right: 10px;
|
||||
padding-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
letter-spacing: 0px;
|
||||
.pull-right {
|
||||
margin-left: 10px;
|
||||
padding-right: 10px;
|
||||
float: right;
|
||||
}
|
||||
`;
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user