add some code suggestions

This commit is contained in:
dkanada 2021-03-20 02:11:44 +09:00
parent 1e87279522
commit ab72e13f85
2 changed files with 4 additions and 4 deletions

View File

@ -214,7 +214,7 @@ div[data-role=controlgroup] a.ui-btn-active {
background-repeat: no-repeat;
background-position: center center;
position: absolute;
border-radius: 2px;
border-radius: 0.2em;
top: 0;
left: 0;
right: 0;
@ -346,7 +346,6 @@ div[data-role=controlgroup] a.ui-btn-active {
right: 0;
bottom: 0;
font-weight: 400;
background: rgba(0, 0, 0, 0.7);
display: flex;
flex-direction: column;
}

View File

@ -160,7 +160,7 @@ button::-moz-focus-inner {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 2px;
border-radius: 0.2em;
display: flex;
align-items: center;
justify-content: center;
@ -223,6 +223,7 @@ button::-moz-focus-inner {
}
.cardBox:not(.visualCardBox) .cardPadder {
border-radius: 0.2em;
background-color: #242424;
}
@ -264,7 +265,7 @@ button::-moz-focus-inner {
.visualCardBox {
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
border-radius: 0.145em;
border-radius: 0.2em;
}
.innerCardFooter {