Update web/templates/entry_view.html
This commit is contained in:
parent
cb895c50c4
commit
35b2a33180
@ -3,7 +3,7 @@
|
||||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
<div class="result-wrap">
|
||||
<div id="swipeZone" class="result-wrap">
|
||||
|
||||
<!-- Top bar: back + counter + clear Prev/Next -->
|
||||
<div class="result-toolbar">
|
||||
@ -183,6 +183,9 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/* prevent horizontal jiggle while swiping */
|
||||
#swipeZone{ touch-action: pan-y; overscroll-behavior-x: none; overflow-x: hidden; }
|
||||
|
||||
.subject-pills{
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user