Minor changes in the mobile view
This commit is contained in:
parent
30c0b67015
commit
7d2b70f26f
@ -35,6 +35,7 @@
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
@media @desktop-portrait, @landscape {
|
||||
li {
|
||||
margin: 0px;
|
||||
@ -48,6 +49,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#chatbody {
|
||||
@ -63,11 +65,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.chatGreeting {
|
||||
color: blue;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.chatNameSelector {
|
||||
clear:right;
|
||||
float:left;
|
||||
|
@ -255,9 +255,9 @@ Template.optionsFontSize.events
|
||||
if selectedFontSize
|
||||
setInSession "messageFontSize", selectedFontSize
|
||||
else if isPortraitMobile()
|
||||
setInSession "messageFontSize", 20
|
||||
setInSession "messageFontSize", Meteor.config.app.mobileFont
|
||||
else
|
||||
setInSession "messageFontSize", 12
|
||||
setInSession "messageFontSize", Meteor.config.app.desktopFont
|
||||
|
||||
Template.optionsFontSize.helpers
|
||||
getFontsizes: -> (size for size in [8..30] by 2)
|
||||
|
Loading…
Reference in New Issue
Block a user