mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 08:26:15 +00:00
Use div instead of a for empty peers
This commit is contained in:
parent
17a14753e0
commit
578a1e8d53
@ -79,6 +79,11 @@
|
|||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ocsms-empty-peers {
|
||||||
|
color: #666;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.msg-sent, .msg-recv {
|
.msg-sent, .msg-recv {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<div id="app-mailbox-peers">
|
<div id="app-mailbox-peers">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a>There isn't any conversation</a></li>
|
<li><div id="ocsms-empty-peers">There isn't any conversation</div></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-content">
|
<div id="app-content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user