mobile display; page title
This commit is contained in:
@ -10,7 +10,7 @@ body {
|
||||
|
||||
.post {
|
||||
@apply bg-base-200 shadow-md rounded-md;
|
||||
@apply flex mb-4;
|
||||
@apply flex flex-col sm:flex-row mb-4;
|
||||
}
|
||||
.post :where(article, .userinfo) {
|
||||
@apply p-4 pt-4;
|
||||
@ -26,6 +26,7 @@ body {
|
||||
.post .bbc-spoiler img { @apply invisible; }
|
||||
.post .bbc-spoiler:hover { @apply text-inherit bg-inherit; }
|
||||
.post .bbc-spoiler:hover img { @apply visible; }
|
||||
.post .sa-smilie { @apply inline; }
|
||||
.post iframe {
|
||||
@apply w-full bg-[brown];
|
||||
}
|
||||
@ -35,6 +36,9 @@ body {
|
||||
.post .code h5 { @apply hidden; }
|
||||
.post a[href] { @apply link; }
|
||||
.post .editedby { @apply text-sm italic opacity-70 mt-4; }
|
||||
.post .title :where(img[src*="gangtags"]) + * {
|
||||
@apply mb-1;
|
||||
}
|
||||
|
||||
/* Alerts and form errors used by phx.new */
|
||||
.alert {
|
||||
|
Reference in New Issue
Block a user