mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 06:14:49 -05:00
Simplify newsletter button banner layout (#39634)
This commit is contained in:
@@ -731,10 +731,12 @@ table + p {
|
||||
}
|
||||
|
||||
.email-banner-td {
|
||||
padding: 24px 24px 14px;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.email-banner-text-td {
|
||||
text-align: center;
|
||||
|
||||
p {
|
||||
margin: 0 0 12px;
|
||||
color: #fff;
|
||||
@@ -743,12 +745,9 @@ table + p {
|
||||
line-height: 16.8px;
|
||||
}
|
||||
|
||||
.email-desktop-flex {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.email-btn-table {
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.email-btn-td {
|
||||
@@ -760,11 +759,6 @@ table + p {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
div + div {
|
||||
margin-inline-start: auto;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
// Checklist item
|
||||
|
||||
Reference in New Issue
Block a user