summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-12-01 13:08:48 -0500
committerryderr <r@okfoc.us>2014-12-01 13:08:48 -0500
commitdbdc7bf9b1922935334e44637b7bdcb534386004 (patch)
tree30dee5d24d22677ca119fa8669629ac83d1a44a7
parent6f7f0ac032193215223787ca69717fcb478f12ac (diff)
room border issue in mobile
-rwxr-xr-xpublic/assets/stylesheets/app.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 3c380ef..5effc00 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -3072,7 +3072,8 @@ a[data-role="forgot-password"] {
}
.projectList .room {
width: 100%;
- height: 230px;
+ height:230px;
+ height: 69vw;
margin: 0;
}
.mediaDrawer form h2 {