mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-03-13 05:51:12 +00:00
fixes responsive view for group chat
This commit is contained in:
parent
04ca83e790
commit
ac597300cb
@ -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 {
|
||||
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 {
|
||||
}
|
||||
|
||||
.mini-profile-indicators li {
|
||||
width: 25%;
|
||||
width: 20%;
|
||||
margin: 0;
|
||||
float: left;
|
||||
}
|
||||
|
@ -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');
|
||||
|
@ -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 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media (max-width: 360px)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user