shared file enable

This commit is contained in:
Xuan Sang LE
2018-02-19 16:45:18 +01:00
parent 564df6c815
commit e50cdc3620
6 changed files with 82 additions and 10 deletions

View File

@ -21,6 +21,9 @@ afx-list-view[data-id = "notifylist"] li{
border:1px solid #a6a6a6;
border-radius: 6px;
margin-bottom: 2px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
afx-overlay[data-id = "feedzone"]{
@ -42,4 +45,7 @@ afx-list-view[data-id = "notifeed"] li{
border-radius: 6px;
margin-bottom: 2px;
z-index: 99999;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}