@redseed/redseed-ui-tailwindcss 7.22.0 → 7.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -60,3 +60,20 @@
|
|
|
60
60
|
@apply size-12 mr-3;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
+
/* Profile variant — larger avatar, bottom-aligned text, inline subtitle */
|
|
64
|
+
.rsui-page-header--profile .rsui-page-header__title {
|
|
65
|
+
@apply lg:items-end;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.rsui-page-header--profile .rsui-page-header__avatar {
|
|
69
|
+
@apply shrink-0 size-auto mr-3 lg:mr-6 lg:pb-4;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.rsui-page-header--profile .rsui-page-header__status-actions {
|
|
73
|
+
@apply lg:self-end lg:pb-6;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.rsui-page-header--profile .rsui-page-header__subtitle {
|
|
77
|
+
@apply flex flex-col gap-1 lg:flex-row lg:items-center lg:gap-4;
|
|
78
|
+
}
|
|
79
|
+
|