Enhance media inlays with consistent styling and structure for images, videos, and audio
This commit is contained in:
@@ -248,7 +248,15 @@ html, body{
|
||||
@apply w-full flex justify-center
|
||||
}
|
||||
|
||||
.x-risu-risu-inlay-image > img{
|
||||
.x-risu-risu-inlay-image img{
|
||||
@apply rounded-lg focus:outline-none max-w-80 w-full
|
||||
}
|
||||
|
||||
.x-risu-risu-inlay-image video{
|
||||
@apply rounded-lg focus:outline-none max-w-80 w-full
|
||||
}
|
||||
|
||||
.x-risu-risu-inlay-image audio{
|
||||
@apply rounded-lg focus:outline-none max-w-80 w-full
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user