mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
Fix some glitch-soc styling issues due to different class names
Partial fix to #1629
This commit is contained in:
parent
a25839340e
commit
f33878969a
|
@ -44,7 +44,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-standalone {
|
.compose-standalone {
|
||||||
.compose-form {
|
.composer {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
|
|
@ -1,17 +1,4 @@
|
||||||
// components.scss
|
// components.scss
|
||||||
.compose-form {
|
|
||||||
.compose-form__modifiers {
|
|
||||||
.compose-form__upload {
|
|
||||||
&-description {
|
|
||||||
input {
|
|
||||||
&::placeholder {
|
|
||||||
opacity: 1.0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.rich-formatting a,
|
.rich-formatting a,
|
||||||
.rich-formatting p a,
|
.rich-formatting p a,
|
||||||
|
|
|
@ -51,7 +51,7 @@ body.rtl {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form .compose-form__buttons-wrapper .character-counter__wrapper {
|
.composer .compose--counter-wrapper {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue