mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
fixes #337
This commit is contained in:
parent
eff0edf817
commit
b3144f6d7d
2 changed files with 10 additions and 0 deletions
|
@ -1595,6 +1595,11 @@ h1 .warning_badge {
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.form-control-file {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#post_reply_markdown_editor_enabler {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
|
@ -1258,6 +1258,11 @@ h1 .warning_badge {
|
|||
}
|
||||
}
|
||||
|
||||
.form-control-file {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#post_reply_markdown_editor_enabler {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue