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

@ -6,29 +6,29 @@ feel free to steal it.
*/
@import url("/stylesheets/dark.css");
@font-face
@font-face
{
font-family: "Open Sans Light";
src: url("/stylesheets/fonts/OpenSans-Light-webfont.eot") format("embedded-opentype"), url("/stylesheets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/stylesheets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/stylesheets/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
}
body
body
{
background: #395168;
color: #E0E0E0;
}
.bar
{
-moz-box-shadow: 0 0 40px #435D78;
-moz-box-shadow: 0 0 40px #435D78;
-webkit-box-shadow: 0 0 40px #435D78;
box-shadow: 0 0 40px #435D78;
background-color: #435D78!important;
border-color: #486582!important;
}
div.boardlist:not(.bottom)
div.boardlist:not(.bottom)
{
background-color:#395168;
}
.desktop-style div.boardlist:not(.bottom)
.desktop-style div.boardlist:not(.bottom)
{
background-color:#395168;
}
@ -56,6 +56,14 @@ div.topbar, input[type="text"], select, form table tr th, form table tr td input
border-color: #486582!important;
color: #E0E0E0!important;
}
@media (max-width: 48em) {
div.post.reply {
border-left-style: none;
border-right-style: none;
}
}
div.post.reply.highlighted{
background-color: #486582!important;
}