diff --git a/CHANGELOG.md b/CHANGELOG.md index 449b41a..15f407e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 2.0.0rc: 2023-12-17 +### 2.0.0rc: 2023-12-30 * Prepare for 4.3.0 release with SVG icons * Add icon support for new SVG icons, replace icons for Home, Notifications, Explore, Live feeds, Private mentions, bookmarks, Favorites, Preferences and Lists @@ -24,6 +24,7 @@ * Fix alignment for textual label links * Add styles for the new /start onboarding on 4.3.0 * Improve modal icon size and accessibility +* Profile lock icon alignment fix, show it on the same level ### 1.8.0: 2023-10-29 diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index 033f6a9..af7d436 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1571,6 +1571,13 @@ body.embed .detailed-status__favorites { top: 0; } +/* Profile lock icon alignment fix */ +.layout-multiple-columns .account__header__tabs__name h1 small { + display: flex; + gap: 4px; + margin-top: 4px; +} + /* Textual labels for detailed metrics */ body.embed .detailed-status__link > .icon-reply + span::after, .layout-multiple-columns .detailed-status__link > .icon-reply + span::after { diff --git a/layout-single-column.css b/layout-single-column.css index f33f764..88d9a5a 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1599,6 +1599,13 @@ body.embed > .activity-stream { top: 0; } +/* Profile lock icon alignment fix */ +.layout-single-column .account__header__tabs__name h1 small { + display: flex; + gap: 4px; + margin-top: 4px; +} + /* Textual labels for detailed metrics */ body.embed .detailed-status__link > .fa-reply + span::after, .layout-single-column .detailed-status__link > .icon-reply + span::after {