Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/home.ejs

    r22d2dba5 re46ebaa  
    7070      is als de module niet laadt -- dan doet hij niets, maar hij springt ook niet
    7171      opeens in beeld. Verschijnt pas als je ver genoeg bent (mod/read.js). %>
    72   <%# Een bericht omhoog of omlaag. Alleen in paginamodus zichtbaar (CSS). %>
    73   <%# Twee echte balken over de volle breedte. Tikzones zonder zichtbaar element
    74       werkten niet: de onderste strook ligt onder de mini-speler en de tabbalk,
    75       en die vangen de tik voordat de leesstroom hem ziet. Een balk kan daar wel
    76       bovenop. %>
    77   <button type="button" class="read-bar read-bar--top" id="read-prev" aria-label="<%= t('read.prev') %>">
    78     <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="18 15 12 9 6 15"/></svg>
    79   </button>
    80   <button type="button" class="read-bar read-bar--bottom" id="read-next-nav" aria-label="<%= t('read.next') %>">
    81     <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="6 9 12 15 18 9"/></svg>
    82   </button>
    8372  <button type="button" id="read-top" class="read-top" aria-label="<%= t('read.to_top') %>" title="<%= t('read.to_top') %>">
    8473    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/></svg>
Note: See TracChangeset for help on using the changeset viewer.