Fix ios control messages
i.e., session reset messages. // FREEBIE
This commit is contained in:
parent
5333f89d9d
commit
6e2ca331a3
2 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
}
|
||||
|
||||
.ios {
|
||||
.control .content {
|
||||
padding: 10px;
|
||||
}
|
||||
.bubble {
|
||||
.content .body {
|
||||
display: inline-block;
|
||||
|
|
|
@ -1274,6 +1274,8 @@ li.entry .error-icon-container {
|
|||
background-color: #d9d9d9;
|
||||
border-color: silver; }
|
||||
|
||||
.ios .control .content {
|
||||
padding: 10px; }
|
||||
.ios .bubble .content .body {
|
||||
display: inline-block;
|
||||
padding: 10px; }
|
||||
|
|
Loading…
Reference in a new issue