mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
layout tweak #30
This commit is contained in:
parent
95cd37e6b3
commit
0889482ea3
3 changed files with 11 additions and 2 deletions
|
@ -1164,6 +1164,11 @@ fieldset legend {
|
|||
top: 0;
|
||||
}
|
||||
|
||||
#choose_communities_in_topic_card {
|
||||
max-width: inherit;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#choose_community table th {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -850,6 +850,10 @@ fieldset {
|
|||
top: 0;
|
||||
}
|
||||
|
||||
#choose_communities_in_topic_card {
|
||||
max-width: inherit;
|
||||
overflow: hidden;
|
||||
}
|
||||
#choose_community {
|
||||
table th {
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
{% block app_content %}
|
||||
<div class="row">
|
||||
<div class="col col-login mx-auto">
|
||||
<div class="card mt-5">
|
||||
<div class="card-body p-6" id="choose_topics_card">
|
||||
<div class="card mt-5" id="choose_communities_in_topic_card">
|
||||
<div class="card-body p-6">
|
||||
<div class="card-title text-center">{{ _('Which community within %(topic)s to post in?', topic=topic.name) }}</div>
|
||||
<form method="post" id="choose_community">
|
||||
<input type="hidden" name="community_id" id="community_id" />
|
||||
|
|
Loading…
Reference in a new issue