Improve the mobile UX (#167)

Chunky PR

Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/167
Co-authored-by: Zankaria <zankaria.auxa@skiff.com>
Co-committed-by: Zankaria <zankaria.auxa@skiff.com>
This commit is contained in:
Zankaria 2024-08-19 21:57:50 +00:00 committed by Zankaria
parent 31086b05d9
commit f2ea90a2d0
28 changed files with 661 additions and 451 deletions

View file

@ -3,13 +3,13 @@
color change by kalyx
*/
@import url("/stylesheets/dark.css");
@font-face
@font-face
{
font-family: "DejaVuSansMono";
src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
}
@font-face
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
@ -20,13 +20,13 @@ color change by kalyx
color change by kalyx
*/
@import url("/stylesheets/dark.css");
@font-face
@font-face
{
font-family: "DejaVuSansMono";
src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
}
@font-face
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
@ -329,6 +329,11 @@ div.post.reply {
border-color: #B7C5D9;
display: inline-block;
max-width: 94%!important;
@media (max-width: 48em) {
border-left-style: none;
border-right-style: none;
}
}
span.trip {
@ -986,10 +991,10 @@ span.pln {
clear: both;
visibility: hidden;
overflow: hidden;
font-size: 0px;
line-height: 0px;
box-sizing: border-box;
border: none;
height: 0;
@ -1004,7 +1009,7 @@ span.pln {
/* Board List */
div.boardlist {
margin-top: 3px;
color: #89A;
font-size: 16px;
}
@ -1358,6 +1363,11 @@ div.post.reply {
background: #111;
border: #555555 1px solid;
box-shadow: 4px 4px #555;
@media (max-width: 48em) {
border-left-style: none;
border-right-style: none;
}
}
div.post.reply.highlighted {
background: #555;