Skip to content
Snippets Groups Projects
Commit 933613d5 authored by AndiMajore's avatar AndiMajore
Browse files

try to make network-empty-banner more responsive

parent 0044a81e
No related branches found
No related tags found
No related merge requests found
<div id="network-empty-banner" *ngIf="!getClosedState()" class="center notification" style="background-color: rgba(255,41,41,0.6);">
<span class="px-6">Network is empty! Please contact the page developer is this is unexpected.</span>
<div id="network-empty-banner" *ngIf="drugstoneConfig.gettingNetworkEmpty" class="center notification" style="background-color: rgba(255,41,41,0.6);">
<span class="px-6">Network is empty! Please contact the page developer if this is unexpected.</span>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment