mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 12:52:32 +01:00
improve post self text on mobile
This commit is contained in:
parent
5caee1fd97
commit
bf031dca96
9
dist/css/styles.css
vendored
9
dist/css/styles.css
vendored
@ -799,12 +799,10 @@ input[type="submit"]:hover,
|
|||||||
border: 1px solid #369;
|
border: 1px solid #369;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-top: 10px;
|
margin: 10px auto 5px 60px;
|
||||||
margin-bottom: 5px;
|
|
||||||
font-size: 0.84rem;
|
font-size: 0.84rem;
|
||||||
max-width: 60em;
|
max-width: 60em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin-left: 60px;
|
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -1366,6 +1364,9 @@ code {
|
|||||||
}
|
}
|
||||||
.comment summary::-webkit-details-marker {
|
.comment summary::-webkit-details-marker {
|
||||||
font-size: 1.25rem
|
font-size: 1.25rem
|
||||||
}
|
}
|
||||||
|
#post .usertext-body {
|
||||||
|
margin-left: 2.5%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user