Added view meal history button

master
Davide Bongiovanni 5 years ago
parent 2d1afdc721
commit 8d596a55ab

@ -120,6 +120,23 @@ h2 {
margin: 16px 20px;
}
.floating-round-button {
display: flex;
align-items: center;
justify-content: center;
color: white;
background-color: #EE7500;
cursor: pointer;
width: 80px;
height: 80px;
border-radius: 40px;
font-size: 42px;
position: fixed;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}
.user-card {
display: flex;
position: absolute;

@ -67,6 +67,7 @@
{% endif %}
</div>
</div>
<div class="floating-round-button" onclick="location.href='/mealhistory';" title="View meal history" style="bottom: 20px; right: 20px;"><i class="fa fa-history" aria-hidden="true"></i></div>
</div>
</body>
</html>
Loading…
Cancel
Save