mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-28 10:10:04 +00:00
Resolved extreme lag on logging in for Owners, added Owner button to retrieve all teams on the server
This commit is contained in:
@@ -98,13 +98,13 @@ $pokemon-list-height = 50px
|
||||
margin-left -(@margin-right + @width)
|
||||
vertical-align middle
|
||||
cursor pointer
|
||||
background-image URL('http://91.121.152.74:8000/Sprites/images/noshiny.png')
|
||||
background-image URL('/Sprites/images/noshiny.png')
|
||||
background-size cover
|
||||
|
||||
&.selected
|
||||
background-image URL('http://91.121.152.74:8000/Sprites/images/shiny.png')
|
||||
|
||||
background-image URL('/Sprites/images/shiny.png')
|
||||
|
||||
|
||||
.teambuilder .happiness-switch
|
||||
display inline-block
|
||||
position relative
|
||||
@@ -357,6 +357,9 @@ $pokemon-list-height = 50px
|
||||
.add-new-team
|
||||
margin 10px
|
||||
|
||||
.get-teams
|
||||
margin 10px
|
||||
|
||||
.team-meta
|
||||
font-size .75em
|
||||
text-align right
|
||||
|
||||
Reference in New Issue
Block a user