Skip to content
Snippets Groups Projects
Commit 51b81b47 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix mobile CSS layout

parent 4f6acf11
Branches
Tags
No related merge requests found
......@@ -403,6 +403,7 @@ textarea, input {
}
.roomNameSection, .roomTopicSection {
text-align: right;
float: right;
width: 100%;
}
......@@ -412,9 +413,10 @@ textarea, input {
}
.roomHeaderInfo {
text-align: right;
float: right;
margin-top: 15px;
width: 50%;
width: 100%;
}
/*** Participant list ***/
......
......@@ -65,13 +65,16 @@
}
#roomName {
float: left;
font-size: 14px ! important;
font-size: 12px ! important;
margin-top: 0px ! important;
}
.roomTopicSection {
display: none;
}
#roomPage {
top: 35px ! important;
top: 40px ! important;
left: 5px ! important;
right: 5px ! important;
bottom: 70px ! important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment