Merge pull request #380 from glowing-bear/settings-mobile-design
Fix rendering of settings dialog on mobile
This commit is contained in:
commit
05e74ba5cd
|
@ -470,6 +470,10 @@ h2 span, h2 small {
|
|||
}
|
||||
}
|
||||
|
||||
.make-thinner {
|
||||
padding-right: -15px;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Mobile layout */
|
||||
/* */
|
||||
|
|
|
@ -285,8 +285,8 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
|||
<li id="fontchoice">
|
||||
<form class="form-horizontal" role="form">
|
||||
<div class="form-group">
|
||||
<label for="font" class="col-sm-3 control-label">Preferred font</label>
|
||||
<div class="col-sm-4" style="padding-left: 0;">
|
||||
<label for="font" class="col-sm-3 control-label make-thinner">Preferred font</label>
|
||||
<div class="col-sm-4">
|
||||
<input type="text" ng-model="fontfamily" class="form-control" id="font">
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue