Page 1 of 1
Move Tichu Button
Posted: 06 September 2021, 03:14
by filice
Can the designer of this game consider moving the button for declaring Tichu? When you start a new game and select the cards you want to pass, you then click on the “Pass Selected Cards” button. The Tichu button appears in exactly the same location, making it easy to click accidentally.
Re: Move Tichu Button
Posted: 07 September 2021, 21:18
by Stealthpup
Seconded.
Re: Move Tichu Button
Posted: 17 March 2022, 10:09
by StruggleBus
PLEASE. Sometimes I get a delay after hitting accept, so i click again, and the button moves enough over that I call TICHU on a very NON TICHU hand. Please move far to the other side or have a confirm button.
Re: Move Tichu Button
Posted: 14 February 2023, 01:13
by subneo
I had used the preference > advanced tab to put in some css that moves the button in such a way that it is less likely to make accidental tichu
check it out.
there is a version of css i shared long back that some have tweaked likewise to suit their needs
Re: Move Tichu Button
Posted: 24 February 2023, 04:26
by otiluke711
(Credits to subneo)
Changes tichu tab placement
I did this on my iPad
Step 1: Left-click Preferences (
https://boardgamearena.com/preferences?section=playing)
Step 2: Left-click Advanced (
https://boardgamearena.com/preferences?section=advanced)
Step 3: Copy and paste the following CSS declarations into the blank white box
a#makeTichuBet {
float:left;
background-color:#0A0;
border-color:#0A0;
}
a#makeGTBet {
float:left;
background-color:#00A;
border-color:#00A;
}
Step 4: Left-click Save