changed buttons positions
This commit is contained in:
parent
f50c5f7bf2
commit
d16ec925ea
1 changed files with 12 additions and 12 deletions
|
|
@ -299,12 +299,13 @@
|
|||
|
||||
#call-panel {
|
||||
position: absolute;
|
||||
bottom: -57%;
|
||||
left: 61%;
|
||||
transform: translateX(-50%);
|
||||
transform: translate(-50%, 50%);
|
||||
bottom: -3%;
|
||||
left: 78%;
|
||||
display: none;
|
||||
gap: 10px;
|
||||
z-index: 100;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.call-button {
|
||||
|
|
@ -384,9 +385,6 @@
|
|||
<div id="hand-3"></div>
|
||||
<div id="discard-3"></div>
|
||||
<div id="turn-indicator-3" class="turn-indicator"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="call-panel">
|
||||
<button id="pon-button" class="call-button">Pon</button>
|
||||
<button id="chii-button" class="call-button" style="display: none;">Chii</button>
|
||||
|
|
@ -395,6 +393,8 @@
|
|||
<button id="ron-button" class="call-button" style="display: none;">Ron</button>
|
||||
<button id="skip-button" class="call-button">Skip</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/frontend/js/fr/texts.js"></script>
|
||||
<script src="/frontend/js/tile.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue