diff --git a/src/static_src/scss/_room.scss b/src/static_src/scss/_room.scss index 8a5a45c..e19b36c 100644 --- a/src/static_src/scss/_room.scss +++ b/src/static_src/scss/_room.scss @@ -110,6 +110,7 @@ $gate-line: 2px; button.token-rails { background: transparent; border: none; + outline: none; border-right: 1px solid rgba(var(--terUser), 0.35); cursor: pointer; border-radius: 0.3rem 0 0 0.3rem; @@ -120,11 +121,12 @@ $gate-line: 2px; } } - .token-reject-overlay { + .token-reject-btn { position: absolute; inset: 0; background: transparent; border: none; + outline: none; cursor: pointer; border-radius: inherit; } @@ -146,6 +148,9 @@ $gate-line: 2px; .token-insert-label, .token-insert-btn { + &::before { + content: '← '; + } font-size: 0.6em; text-transform: uppercase; letter-spacing: 0.08em; @@ -153,8 +158,7 @@ $gate-line: 2px; line-height: 1.3; } - .token-reject-label, - .token-reject-btn { + .token-reject-label { font-size: 0.55em; text-transform: uppercase; letter-spacing: 0.06em; diff --git a/src/templates/apps/gameboard/_partials/_gatekeeper.html b/src/templates/apps/gameboard/_partials/_gatekeeper.html index 9253519..83dd528 100644 --- a/src/templates/apps/gameboard/_partials/_gatekeeper.html +++ b/src/templates/apps/gameboard/_partials/_gatekeeper.html @@ -74,7 +74,7 @@ {% if request.user == room.owner %}
{% endif %} diff --git a/src/templates/apps/gameboard/_partials/_room_gear.html b/src/templates/apps/gameboard/_partials/_room_gear.html index 79fd10d..4307663 100644 --- a/src/templates/apps/gameboard/_partials/_room_gear.html +++ b/src/templates/apps/gameboard/_partials/_room_gear.html @@ -1,5 +1,3 @@ -{% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %} - +{% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %} +