mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-23 04:38:15 +00:00
Compare commits
3 Commits
56402c39b2
...
7df6c15735
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7df6c15735 | ||
![]() |
74fc4dbacf | ||
![]() |
728773e399 |
|
@ -2848,7 +2848,6 @@ a.account__display-name {
|
||||||
&__pane {
|
&__pane {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
pointer-events: none;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
min-width: 285px;
|
min-width: 285px;
|
||||||
|
@ -2860,7 +2859,6 @@ a.account__display-name {
|
||||||
&__inner {
|
&__inner {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 285px;
|
width: 285px;
|
||||||
pointer-events: auto;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('.title')
|
= t('.title')
|
||||||
|
|
||||||
= simple_form_for @announcement, url: admin_announcements_path, html: { novalidate: false } do |form|
|
= simple_form_for [:admin, @announcement], html: { novalidate: false } do |form|
|
||||||
= render 'shared/error_messages', object: @announcement
|
= render 'shared/error_messages', object: @announcement
|
||||||
|
|
||||||
= render form
|
= render form
|
||||||
|
|
Loading…
Reference in New Issue
Block a user