Style fixes
This commit is contained in:
parent
8612cb6af3
commit
0a66601444
@ -182,7 +182,7 @@ a.footer_link.active:active {
|
|||||||
transition : none;
|
transition : none;
|
||||||
}
|
}
|
||||||
.im_dialogs_col .nano > .nano-pane > .nano-slider {
|
.im_dialogs_col .nano > .nano-pane > .nano-slider {
|
||||||
background: #A5B1B9;
|
background: rgba(30, 85,127 , 0.3);
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
-moz-border-radius : 0;
|
-moz-border-radius : 0;
|
||||||
-webkit-border-radius : 0;
|
-webkit-border-radius : 0;
|
||||||
|
@ -69,12 +69,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-if="chatFull.chat._ != 'chatForbidden' && !chatFull.chat.left">
|
<div ng-if="chatFull.chat._ != 'chatForbidden' && !chatFull.chat.left && chatFull.participants.participants.length > 0">
|
||||||
|
|
||||||
<div class="md_modal_section_splitter" ng-if="chatFull.participants.participants.length > 0"></div>
|
<div class="md_modal_section_splitter"></div>
|
||||||
|
|
||||||
<div class="md_modal_iconed_section_wrap md_modal_iconed_section_peers">
|
<div class="md_modal_iconed_section_wrap md_modal_iconed_section_peers">
|
||||||
<i class="md_modal_section_icon md_modal_section_icon_people"></i>
|
<i class="md_modal_section_icon md_modal_section_icon_people"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user