Browse Source

fixes responsive view for group chat

nin-v2
myleneb 9 years ago
parent
commit
ac597300cb
  1. 6
      css/style.css
  2. 1
      js/theme_option.js
  3. 5
      sass/layout/_responsive.sass

6
css/style.css

@ -239,7 +239,7 @@ html, body { @@ -239,7 +239,7 @@ html, body {
html {
font-size: 15px;
background-color: #ddd;
background-image: url('../img/bg.png?1442060298');
background-image: url('../img/bg.png?1442064299');
background-attachment: fixed;
}
@ -442,7 +442,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -442,7 +442,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
max-width: 100%;
width: 1200px;
margin: auto;
background: url('../img/logo.png?1442060298') no-repeat 50% 50%;
background: url('../img/logo.png?1442064299') no-repeat 50% 50%;
background-size: 20px;
}
.userMenu > ul li {
@ -2878,7 +2878,7 @@ ul.dropdown-menu li > li > a { @@ -2878,7 +2878,7 @@ ul.dropdown-menu li > li > a {
}
.mini-profile-indicators li {
width: 25%;
width: 20%;
margin: 0;
float: left;
}

1
js/theme_option.js

@ -91,6 +91,7 @@ function reOrganizeTemplates() { // for nin's templating @@ -91,6 +91,7 @@ function reOrganizeTemplates() { // for nin's templating
$('.mini-profile-actions span').html('');
//group chat
$('.mini-profile-indicators li.userMenu-groupmessages a span:last-child ').html('Group Msg');
$('button.invite').html('invite');
$('button.leave').html('leave');
$('.secret-key').attr('title', 'copy secret key');

5
sass/layout/_responsive.sass

@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
.mini-profile-info
display: none
.mini-profile-indicators li
width: 25%
width: 20%
margin: 0
float: left
@ -90,6 +90,9 @@ @@ -90,6 +90,9 @@
@media (max-width: 360px)

Loading…
Cancel
Save