Overflow X on Admin place bug fixed

This commit is contained in:
2022-03-16 20:49:58 -03:00
parent 2237767fa6
commit 5013c34e51
3 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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%;