refactor, redesign

This commit is contained in:
hazycora 2023-08-03 02:06:43 -05:00
parent 83a9e85d3d
commit ff48d782c3
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
5 changed files with 46 additions and 20 deletions

View file

@ -17,6 +17,12 @@
place-items: center;
height: 100%;
}
/* we're using unprefixed line-clamp, but we want that to look correct in dev mode */
*[style*="line-clamp: 2"] {
display: -webkit-box !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
</style>
<title>OpenGraph Debug Preview</title>
</head>