mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 12:18:06 +01:00
[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"
Port d35801aaa2
to glitch-soc
This commit is contained in:
parent
1139b758c5
commit
e18724363d
1 changed files with 1 additions and 1 deletions
|
@ -562,12 +562,12 @@ code {
|
|||
.oauth-prompt,
|
||||
.follow-prompt {
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
color: $darker-text-color;
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
|
Loading…
Reference in a new issue