mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 00:49:15 +02:00

* Fix games with custom touch control sometimes not showing touch icon * Create game-bar with screenshot button * Disable Game bar when opening the Guide * Remove SCREENSHOT_BUTTON_POSITION pref * Make the touch control action functional * Show game bar when the game starts * Fix 720p/High not working (#387) * Update icons * Update game bar's animations * Reset states of Game bar actions before playing * Don't show Touch control action on non-touch-supported devices * Clean up * Update translations * Update actions' texts * Clean up
17 lines
365 B
Stylus
17 lines
365 B
Stylus
@import 'root.styl';
|
|
|
|
@import 'button.styl';
|
|
@import 'header.styl';
|
|
@import 'global-settings.styl';
|
|
@import 'dialog.styl';
|
|
@import 'toast.styl';
|
|
@import 'loading-screen.styl';
|
|
@import 'remote-play.styl';
|
|
|
|
@import 'stream.styl';
|
|
@import 'number-stepper.styl';
|
|
@import 'game-bar.styl';
|
|
@import 'stream-stats.styl';
|
|
@import 'stream-settings.styl';
|
|
@import 'mkb.styl';
|