forked from nutomic/joinpeertube
Fix content selection title
This commit is contained in:
parent
68e8cbf361
commit
c018f279cd
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.title-small-screens {
|
.title-small-screens {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.title-small-screens {
|
.title-small-screens {
|
||||||
display: inherit;
|
display: inherit !important;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue