mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
fixes #365
This commit is contained in:
parent
90df5b84ac
commit
69cef6edac
3 changed files with 13 additions and 1 deletions
|
@ -1609,6 +1609,11 @@ h1 .warning_badge {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.wiki_page img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#post_reply_markdown_editor_enabler {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
|
@ -1287,6 +1287,13 @@ h1 .warning_badge {
|
|||
}
|
||||
}
|
||||
|
||||
.wiki_page {
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
#post_reply_markdown_editor_enabler {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="row">
|
||||
<div class="col-12 col-md-8 position-relative main_pane">
|
||||
<div class="row position-relative">
|
||||
<div class="col post_col post_type_normal">
|
||||
<div class="col post_col post_type_normal wiki_page">
|
||||
<nav aria-label="breadcrumb" id="breadcrumb_nav" title="Navigation">
|
||||
<ol class="breadcrumb">
|
||||
{% for breadcrumb in breadcrumbs -%}
|
||||
|
|
Loading…
Reference in a new issue