|
@@ -11,7 +11,7 @@
|
|
|
opacity: 0;
|
|
|
}
|
|
|
.im-body {
|
|
|
- height: calc(80vh - 185px) !important;
|
|
|
+ height: calc(60vh - 185px) !important;
|
|
|
}
|
|
|
.im-container {
|
|
|
display: flex;
|
|
@@ -101,7 +101,15 @@
|
|
|
margin-left: auto;
|
|
|
background: #e4f9ff;
|
|
|
}
|
|
|
-
|
|
|
+.im-container .im-rhs .im-messages {
|
|
|
+ margin-bottom: 100px;
|
|
|
+}
|
|
|
+.im-container .im-rhs .im-input {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
.im-container .im-rhs .im-input textarea {
|
|
|
width: 100%;
|
|
|
height: 35px;
|
|
@@ -117,14 +125,15 @@
|
|
|
outline: 0;
|
|
|
}
|
|
|
.im-container .im-rhs .im-input #selected-files .selected-file {
|
|
|
- background: #eee;
|
|
|
+ background: #fff;
|
|
|
border: 1px solid #ccc;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 5px;
|
|
|
padding: 2px 20px 2px 5px;
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
margin-top: 6px;
|
|
|
- margin-right: 6px;
|
|
|
+ margin-right: 10px;
|
|
|
+ font-size: 13px;
|
|
|
}
|
|
|
.im-container .im-rhs .im-input #selected-files .selected-file:hover {
|
|
|
color: #b11313;
|
|
@@ -139,7 +148,6 @@
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.im-container .im-message.sent .header-item {
|
|
|
- margin-left: 0.75rem;
|
|
|
}
|
|
|
.im-container .im-message.received .header-item {
|
|
|
margin-right: 0.75rem;
|
|
@@ -264,7 +272,6 @@
|
|
|
}
|
|
|
|
|
|
.im-container .im-message .edit {
|
|
|
- right: -18px;
|
|
|
top: 25px;
|
|
|
}
|
|
|
|
|
@@ -274,55 +281,7 @@
|
|
|
.im-container .im-message:focus .delete {
|
|
|
display: block;
|
|
|
}
|
|
|
-.circle-icon {
|
|
|
- margin-top: 5px;
|
|
|
- height: 40px;
|
|
|
- width: 40px;
|
|
|
- text-align: center;
|
|
|
- border-radius: 100%;
|
|
|
- background-color: #ededed;
|
|
|
- font-size: 15px;
|
|
|
- font-weight: bold;
|
|
|
- display: grid;
|
|
|
- color: #444;
|
|
|
- place-items: center;
|
|
|
-}
|
|
|
-.circle-icon.op {
|
|
|
- opacity: 0;
|
|
|
- height: 10px;
|
|
|
-}
|
|
|
|
|
|
-.sidebar a {
|
|
|
- display: block;
|
|
|
- padding: 8px 12px;
|
|
|
- color: #000000;
|
|
|
- border-bottom: 1px solid #ddd;
|
|
|
- font-size: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.sidebar a:last-child {
|
|
|
- border-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.sidebar .active,
|
|
|
-.sidebar a:hover {
|
|
|
- color:var(--pry-color);
|
|
|
- border-bottom-color: var(--pry-color);
|
|
|
- transition: .5s;
|
|
|
-}
|
|
|
-.custom-menu {
|
|
|
- transform: none !important;
|
|
|
- top: 30px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.custom-menu .dropdown-item {
|
|
|
- padding: 10px !important;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
-}
|
|
|
-
|
|
|
-.table *{
|
|
|
- font-size: 14px !important;
|
|
|
-}
|
|
|
|
|
|
@media screen and (max-width:500px) {
|
|
|
.fabs {
|