mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Added issue template & style for peers
This commit is contained in:
+9
-7
@@ -32,11 +32,13 @@
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#app-mailbox-peers li > a, #ocsms-empty-peers {
|
||||
line-height: 44px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
#app-mailbox-peers li > a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
line-height: 44px;
|
||||
padding: 0 12px;
|
||||
overflow: hidden;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
@@ -44,6 +46,11 @@
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#ocsms-empty-peers {
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#app-content-wrapper {
|
||||
padding: 15px;
|
||||
margin-top: 70px;
|
||||
@@ -79,11 +86,6 @@
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
#ocsms-empty-peers {
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.msg-sent, .msg-recv {
|
||||
border-radius: 12px;
|
||||
margin: 4px;
|
||||
|
||||
Reference in New Issue
Block a user