mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-14 18:47:38 -07:00
Moving current icon to top of the screen.
This commit is contained in:
parent
37ac895ee2
commit
60e316f881
1 changed files with 4 additions and 5 deletions
|
@ -159,6 +159,10 @@
|
|||
|
||||
|
||||
}
|
||||
@if (indv)
|
||||
{
|
||||
<div class="list-timestamp"><br/>Your Current Icon: <img class="list-icon" src="@imgname[curr]" /><br/></div>
|
||||
}
|
||||
|
||||
<div class="list-column">
|
||||
@for (int i = 0; i < 22; i++)
|
||||
|
@ -181,11 +185,6 @@
|
|||
}
|
||||
</div>
|
||||
|
||||
@if (indv)
|
||||
{
|
||||
<div class="list-timestamp"><br/>Your Current Icon: <img class="list-icon" src="@imgname[curr]" /><br/></div>
|
||||
}
|
||||
|
||||
<div class="list-timestamp"><br/>Last Updated: @ViewData["lastseen"] GMT<br/></div>
|
||||
<div>@ViewData["Message"]</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue