forked from GNUsocial/gnu-social
[CSS] Fixed footer responsiveness, since its content wouldn't wrap up from insuficient space for all of its content
This commit is contained in:
parent
7daa61500d
commit
dbdf1d9b0b
@ -286,14 +286,4 @@ textarea.form-row-widget {
|
|||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
|
||||||
|
|
||||||
.footer ul {
|
|
||||||
display: inline-flex;
|
|
||||||
width: 100%;
|
|
||||||
justify-content: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer ul li {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
}
|
@ -53,6 +53,17 @@
|
|||||||
font-size: var(--unit);
|
font-size: var(--unit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer ul {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer ul li {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* > 720p */
|
/* > 720p */
|
||||||
@media only screen and (min-width:1281px) {
|
@media only screen and (min-width:1281px) {
|
||||||
.panel-left-icon {
|
.panel-left-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user