minor fixes
This commit is contained in:
parent
a6303c4993
commit
a2ceb6d535
4 changed files with 9 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
<header>
|
||||
<div id='header-container'>
|
||||
<img id='header-logo' src='/favicon.png' alt=''>
|
||||
<h1><a href='/'>Bune City Blog</a></h1>
|
||||
<h1><a href='/' id='header-home-link'>Bune City Blog</a></h1>
|
||||
<nav>
|
||||
<a href='/categories.html'>Categories</a>
|
||||
<a href='/tags.html'>Tags</a>
|
||||
<!-- <a href='/categories.html'>Categories</a>
|
||||
<a href='/tags.html'>Tags</a> -->
|
||||
<a href="{{ site.url }}/feed.xml">RSS</a>
|
||||
<a href='https://lynnesbian.space'>lynnesbian.space</a>
|
||||
</nav>
|
||||
|
|
|
@ -88,7 +88,7 @@ It also supports a "unified inbox" view, for viewing emails from all your inboxe
|
|||
|
||||
Its design feels rather archaic, and feels like a KitKat app. K-9's design is remarkably similar to Gmail's Holo theme from half a decade ago.
|
||||
|
||||
![Gmail's Holo theme.](https://cdn.appstorm.net/android.appstorm.net/files/2012/05/screen08.jpg)
|
||||
![Gmail's Holo theme.](https://cdn.bune.city/post-media/2019-05-17-some-android-app-recommendations/screen08.jpg)
|
||||
|
||||
While I miss some of Gmail's convenience features (mainly being able to swipe an email to mark it as unread), I prefer K-9 in almost every other way. Except the design, anyway.
|
||||
|
||||
|
|
|
@ -35,12 +35,11 @@ Some more examples
|
|||
|
||||
Some more examples of how things look with this small change, because I think it looks really nice.
|
||||
|
||||
- ![](https://cdn.bune.city/2019/05/d12970210c4933d4950c134c31b8a6a1/sshot_2019-05-19_at_15-29-33-1558243773.png)
|
||||
![](https://cdn.bune.city/2019/05/d12970210c4933d4950c134c31b8a6a1/sshot_2019-05-19_at_15-29-33-1558243773.png)
|
||||
|
||||
- ![](https://cdn.bune.city/2019/05/2123e7c63b371fc455b9e5ba2ddf920c/sshot_2019-05-19_at_15-17-37-1558243057.png)
|
||||
![](https://cdn.bune.city/2019/05/2123e7c63b371fc455b9e5ba2ddf920c/sshot_2019-05-19_at_15-17-37-1558243057.png)
|
||||
|
||||
![](https://cdn.bune.city/2019/05/838e232660a060a4257af7c2530073fb/sshot_2019-05-19_at_15-20-01-1558243201.png)
|
||||
|
||||
- ![](https://cdn.bune.city/2019/05/838e232660a060a4257af7c2530073fb/sshot_2019-05-19_at_15-20-01-1558243201.png)
|
||||
|
||||
[]{.wp-block-jetpack-slideshow_button-prev .swiper-button-prev .swiper-button-white}[]{.wp-block-jetpack-slideshow_button-next .swiper-button-next .swiper-button-white}[]{.wp-block-jetpack-slideshow_button-pause}
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ footer {
|
|||
nav {
|
||||
display: inline-block;
|
||||
}
|
||||
nav a {
|
||||
nav a, #header-home-link {
|
||||
padding: 0 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue