diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-09-15 11:04:52 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-09-15 11:04:52 -0400 |
commit | a3fe1adbf76e16e218864a8cfecdea7e6bc5dccd (patch) | |
tree | cb5e5d4117bd96bcd1f43003193d43e94e05457f /captain/templates/index.html | |
parent | 842079426ac0b36ed6187faed231ecba15132b41 (diff) | |
download | levitating-a3fe1adbf76e16e218864a8cfecdea7e6bc5dccd.tar.gz levitating-a3fe1adbf76e16e218864a8cfecdea7e6bc5dccd.zip |
Added online and offline checking based on last checkin time for players. Added labeling of online status to most places players appear. Fixed css so display works in NetSurf.
Diffstat (limited to 'captain/templates/index.html')
-rw-r--r-- | captain/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html index 5d90ad4..fc4de13 100644 --- a/captain/templates/index.html +++ b/captain/templates/index.html @@ -20,7 +20,7 @@ <li><a href="{{ base_url }}/about.html">About</a></li> </ul> </div> - <h1>{{ title }} - I'm Levitating!</h1> + <h1 style="overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">{{ title }} - I'm Levitating!</h1> </div> <div class="content"> |