mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Overflow X on Admin place bug fixed
This commit is contained in:
@@ -72,7 +72,7 @@ header .account-preview .initials.inclusive {
|
|||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
}
|
}
|
||||||
header .account-preview .full-name {
|
header .account-preview .full-name {
|
||||||
width: 10vw;
|
width: 5vw;
|
||||||
margin-top: 0.5vh;
|
margin-top: 0.5vh;
|
||||||
background-color: rgba(0, 0, 0, 0.658);
|
background-color: rgba(0, 0, 0, 0.658);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -41,7 +41,7 @@
|
|||||||
.full-name {
|
.full-name {
|
||||||
|
|
||||||
//height: 5vh;
|
//height: 5vh;
|
||||||
width: 10vw;
|
width: 5vw;
|
||||||
|
|
||||||
margin-top: 0.5vh;
|
margin-top: 0.5vh;
|
||||||
background-color: rgba(0, 0, 0, 0.658);
|
background-color: rgba(0, 0, 0, 0.658);
|
||||||
@@ -59,6 +59,8 @@
|
|||||||
padding-bottom: 1vh;
|
padding-bottom: 1vh;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&.show {
|
&.show {
|
||||||
|
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user