This commit is contained in:
syuilo 2018-10-22 20:06:55 +09:00
parent 80e52c57e1
commit d37c06884d
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,7 @@ export default Vue.extend({
> .images
display grid
grid-template-columns 1fr 1fr 1fr
gap 4px
gap 8px
padding 16px
margin-bottom 16px
background var(--face)
@ -307,6 +307,7 @@ export default Vue.extend({
background-position center center
background-size cover
background-clip content-box
border-radius 4px
> .tl
background var(--face)