mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
slightly better mobile views on forum icon stacking
This commit is contained in:
parent
5830fa617f
commit
447d2336c0
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user