unfucked mobile ui in post list
This commit is contained in:
parent
fe848a77ee
commit
48e81a1b6d
2 changed files with 1 additions and 2 deletions
2
TODO
2
TODO
|
@ -1,6 +1,6 @@
|
||||||
get RSS feed up and running
|
get RSS feed up and running
|
||||||
|
|
||||||
get preferred font setup https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face (see also notes)
|
get preferred font setup https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face (see also notes) set font-display to "swap"
|
||||||
|
|
||||||
emphasize category viewer is in via different header color
|
emphasize category viewer is in via different header color
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,6 @@ p {
|
||||||
#content > ul > li {
|
#content > ul > li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content > ul > li > a {
|
#content > ul > li > a {
|
||||||
|
|
Loading…
Reference in a new issue