forked from mirrors/bookwyrm
Fixes tail end of shelving pulldown getting hidden
This commit is contained in:
parent
02aac76acc
commit
b1d4b75926
2 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,11 @@
|
|||
.navbar .logo {
|
||||
max-height: 50px;
|
||||
}
|
||||
|
||||
.card {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* --- TOGGLES --- */
|
||||
input.toggle-control {
|
||||
display: none;
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</div>
|
||||
{% if status.user == request.user %}
|
||||
<div class="card-footer-item">
|
||||
<label class="button" for="more-info-{{ status.id }}">
|
||||
<div class="icon icon-dots-three is-small">
|
||||
<label class="button is-small" for="more-info-{{ status.id }}">
|
||||
<div class="icon icon-dots-three">
|
||||
<span class="is-sr-only">More options</span>
|
||||
</div>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue