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

Commit 5769f4e

Browse files
committed
Merge pull request #1577 from mariodian/fix_css
Fix css on header and chat
2 parents bf2af73 + cb982ee commit 5769f4e

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
@@ -2284,7 +2284,7 @@ div.chatSearchOut .chatSearchIcon {
22842284
}
22852285

22862286
.chatConversationContent {
2287-
height: calc(100% - 138px);
2287+
height: calc(100% - 155px);
22882288
border: 1px solid #565656;
22892289
border-top: 0;
22902290
overflow: auto;
@@ -4655,7 +4655,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
46554655
#obContainer {
46564656
height: calc(100% - 50px);
46574657
overflow-y: scroll;
4658-
padding-top: 20px;
4658+
padding-top: 0px;
46594659
-webkit-app-region: no-drag;
46604660
position: relative;
46614661
top: 70px;

0 commit comments

Comments
 (0)