slightly better mobile views on forum icon stacking

This commit is contained in:
drusepth 2022-05-25 18:15:02 -07:00
parent 5830fa617f
commit 447d2336c0

View File

@ -2,12 +2,20 @@
#thredded--container {
#q /* search input */ {
height: 19px;
padding-left: 16px;
}
@media only screen and (min-width: 600px) {
#q /* search input */ {
height: 19px;
}
}
.thredded--navigation-breadcrumbs {
margin-top: 0.4em;
padding-left: 0.1em;
overflow: hidden;
min-height: 5em;
max-height: 60px;
li a {
@ -32,6 +40,12 @@
}
}
@media only screen and (max-width: 600px) {
.thredded--user-navigation {
margin: 0;
}
}
.thredded--post--user {
color: black;
@ -111,9 +125,15 @@
background: white;
margin-bottom: 4rem;
height: 3rem;
line-height: 3rem;
}
@media only screen and (min-width: 600px) {
nav {
height: 3rem;
}
}
}
.thredded--topic-header {