mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fix mobile CSS layout
This commit is contained in:
parent
4f6acf114c
commit
51b81b472d
@ -403,6 +403,7 @@ textarea, input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roomNameSection, .roomTopicSection {
|
.roomNameSection, .roomTopicSection {
|
||||||
|
text-align: right;
|
||||||
float: right;
|
float: right;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -412,9 +413,10 @@ textarea, input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roomHeaderInfo {
|
.roomHeaderInfo {
|
||||||
|
text-align: right;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** Participant list ***/
|
/*** Participant list ***/
|
||||||
|
@ -65,13 +65,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#roomName {
|
#roomName {
|
||||||
float: left;
|
font-size: 12px ! important;
|
||||||
font-size: 14px ! important;
|
|
||||||
margin-top: 0px ! important;
|
margin-top: 0px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.roomTopicSection {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#roomPage {
|
#roomPage {
|
||||||
top: 35px ! important;
|
top: 40px ! important;
|
||||||
left: 5px ! important;
|
left: 5px ! important;
|
||||||
right: 5px ! important;
|
right: 5px ! important;
|
||||||
bottom: 70px ! important;
|
bottom: 70px ! important;
|
||||||
|
Loading…
Reference in New Issue
Block a user