mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 08:23:00 +00:00
Factorize some CSS parts & bigger avatar in conversations
This commit is contained in:
+10
-11
@@ -27,10 +27,6 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#app-mailbox-peers li:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#app-mailbox-peers li:hover > a,
|
||||
#app-mailbox-peers li:hover,
|
||||
#app-mailbox-peers .selected,
|
||||
@@ -98,7 +94,6 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
#ocsms-phone-label {
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
@@ -123,7 +118,9 @@
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
#ocsms-conversation-removal:hover {
|
||||
#ocsms-conversation-removal:hover,
|
||||
#ocsms-message-removal:hover,
|
||||
#app-mailbox-peers li:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -132,10 +129,6 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#ocsms-message-removal:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#ocsms-empty-conversation {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
@@ -180,7 +173,7 @@
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ocsms-plavatar {
|
||||
.ocsms-plavatar, .ocsms-plavatar-big {
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
@@ -195,6 +188,12 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.ocsms-plavatar-big {
|
||||
height: 55px;
|
||||
width: 55px;
|
||||
line-height: 55px;
|
||||
}
|
||||
|
||||
.ocsms-plname {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user