mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
Version 1.4.7: Optimize mobile logo and paging
This commit is contained in:
parent
bf54af5977
commit
0e7fd644a4
@ -487,6 +487,10 @@ button.play-video::after {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.logo-image{
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
@media screen and (min-width:30em){
|
||||
h1,h2,h3,h4,h5,h6{ hyphens: manual; }
|
||||
}
|
||||
@ -512,6 +516,9 @@ button.play-video::after {
|
||||
grid-area: gridSidebar;
|
||||
}
|
||||
|
||||
.logo-image{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#burger:checked ~ .burgerbutton {
|
||||
color: inherit;
|
||||
|
@ -96,12 +96,12 @@
|
||||
|
||||
{% if item.prevItem or item.nextItem %}
|
||||
|
||||
<div id="bottompager" class="f5 pv5 flex justify-between {{ settings.themes.cyanine.fontnavi|default('tm-sans-serif') }}">
|
||||
<div id="bottompager" class="f5 pv5 flex-l flex-m justify-between {{ settings.themes.cyanine.fontnavi|default('tm-sans-serif') }}">
|
||||
{% if item.prevItem %}
|
||||
<a class="navigation link pv2 ph3 ba dim" href="{{ item.prevItem.urlRel }}">‹ {{ item.prevItem.name }}</a>
|
||||
<a class="navigation link w-100 w-40-l w-40-m mv1 pv2 ph3 ba dim dib" href="{{ item.prevItem.urlRel }}">‹ {{ item.prevItem.name }}</a>
|
||||
{% endif %}
|
||||
{% if item.nextItem %}
|
||||
<a class="navigation link pv2 ph3 ba dim" href="{{ item.nextItem.urlRel }}">{{ item.nextItem.name }} ›</a>
|
||||
<a class="navigation link w-100 w-40-l w-40-m mv1 pv2 ph3 dib ba dim tr" href="{{ item.nextItem.urlRel }}">{{ item.nextItem.name }} ›</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user