Use shorthand "inset" property (#10825)

This commit is contained in:
Suguru Hirahara 2023-05-09 10:02:12 +00:00 committed by GitHub
parent 5d0b5131f2
commit b3fd9377d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 48 deletions

View file

@ -186,10 +186,7 @@ limitations under the License.
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
inset: 0;
background-color: #ffffff;
mask-repeat: no-repeat;
mask-position: center;

View file

@ -25,10 +25,7 @@ limitations under the License.
.mx_InviteReason_view {
display: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
inset: 0;
justify-content: center;
align-items: center;
cursor: pointer;