mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
fix gallery having a big offset that softlocks you on mobile while in russian
This commit is contained in:
parent
c52200e989
commit
1d6a80ce8e
1 changed files with 1 additions and 2 deletions
|
@ -118,10 +118,9 @@ screen cg_gallery(origin = 'CG'):
|
|||
transform:
|
||||
zoom 0.95
|
||||
hbox:
|
||||
style_prefix "navigation"
|
||||
xalign 0.5
|
||||
|
||||
spacing gui.navigation_spacing
|
||||
spacing 80
|
||||
|
||||
for cp in CG_PATHS:
|
||||
if cp['name'] == origin:
|
||||
|
|
Loading…
Reference in a new issue