mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
No notification message
This commit is contained in:
parent
ae36132a2d
commit
87d0c5fca2
2 changed files with 14 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
||||||
<div ng-repeat="notification in notifications" class="notification">
|
<div class="notif-list">
|
||||||
<a href="{{ ::notification.url }}" class="img-link"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
|
<div ng-repeat="notification in notifications" class="notification">
|
||||||
<a href="{{ ::notification.url }}" class="message"><p>{{ ::notification.text }}</p></a>
|
<a href="{{ ::notification.url }}" class="img-link"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
|
||||||
|
<a href="{{ ::notification.url }}" class="message"><p>{{ ::notification.text }}</p></a>
|
||||||
|
</div>
|
||||||
|
<p ng-show="notifications.length < 1" class="error">No notifications :(</p>
|
||||||
</div>
|
</div>
|
8
resources/assets/styles/content.less
vendored
8
resources/assets/styles/content.less
vendored
|
@ -589,4 +589,12 @@ html {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.notif-list {
|
||||||
|
.error {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 16pt;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue