Change the style for the board title

This commit is contained in:
Visman 2020-08-12 21:58:33 +07:00
parent 13be9d5300
commit 0b6c9e6f7b

View file

@ -317,6 +317,9 @@ body,
width: calc(100% - 4rem);
padding: 0.625rem 0 0.625rem 0.625rem;
font-size: 2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#fork-header #id-fhtdesc {
@ -384,6 +387,11 @@ body,
}
@media screen and (min-width: 50rem) {
#fork-header #id-fhth1 {
overflow: auto;
white-space: normal;
}
#fork-nav #id-mn-checkbox,
#fork-nav #id-mn-label {
display: none;