fixed logo

This commit is contained in:
2021-07-28 01:06:05 +02:00
parent c90756db39
commit 488e934325
65 changed files with 6080 additions and 3267 deletions

View File

@@ -432,17 +432,18 @@ and (min-width : 1360px) {
position: fixed;
min-height: 500px;
width: 80px;
border-left: 1px solid #333;
border-left: 0;
bottom: 0px;
right: 0;
top: 0;
background: #333;
top: 70px;
background: rgba (10,10,10,.6);
backdrop-filter: blur(6px);
display: block;
}
.ossn-chat-windows-long .inner {
margin-top: 45px;
border-top: 1px solid #ccc;
margin-top: 6px;
border-top: 0;
overflow-x: hidden;
overflow-y: auto;
}