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%;
|
width: 100%;
|
||||||
height: 240px;
|
height: 240px;
|
||||||
}
|
}
|
||||||
.pull-right {
|
.phishy {
|
||||||
float: right;
|
display: inline;
|
||||||
|
color: red;
|
||||||
}
|
}
|
||||||
.pull-left {
|
.text-justify {
|
||||||
float: left;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-left,
|
.pull-left,
|
||||||
.pull-right {
|
.pull-right {
|
||||||
max-width: calc(50% - 10px);
|
max-width: calc(50% - 10px);
|
||||||
@ -384,15 +386,17 @@ const PostBody = ({
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.phishy {
|
|
||||||
display: inline;
|
.pull-left {
|
||||||
color: red;
|
margin-right: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-justify {
|
.pull-right {
|
||||||
text-align: justify;
|
margin-left: 10px;
|
||||||
text-justify: inter-word;
|
padding-right: 10px;
|
||||||
letter-spacing: 0px;
|
float: right;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user