Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cb982ee

Browse files
committed
Fix css on header and chat
1 parent 2d44ef3 commit cb982ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/obBase.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ div.chatSearchOut .chatSearchIcon {
22822282
}
22832283

22842284
.chatConversationContent {
2285-
height: calc(100% - 138px);
2285+
height: calc(100% - 155px);
22862286
border: 1px solid #565656;
22872287
border-top: 0;
22882288
overflow: auto;
@@ -4653,7 +4653,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
46534653
#obContainer {
46544654
height: calc(100% - 50px);
46554655
overflow-y: scroll;
4656-
padding-top: 20px;
4656+
padding-top: 0px;
46574657
-webkit-app-region: no-drag;
46584658
position: relative;
46594659
top: 78px;

0 commit comments

Comments
 (0)