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;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control-file {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#post_reply_markdown_editor_enabler {
|
#post_reply_markdown_editor_enabler {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -1258,6 +1258,11 @@ h1 .warning_badge {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control-file {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#post_reply_markdown_editor_enabler {
|
#post_reply_markdown_editor_enabler {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Reference in a new issue