css: Consolidate bookend styles.

This commit is contained in:
Tim Abbott
2025-02-25 11:58:16 -08:00
parent f5dfc43ce9
commit e1ce78770a
2 changed files with 5 additions and 5 deletions

View File

@@ -957,6 +957,11 @@ of the base style defined for a read-only textarea in dark mode. */
} }
} }
.bookend {
margin-top: 10px;
background-color: transparent;
}
/* Only show links on the trailing bookend. */ /* Only show links on the trailing bookend. */
.bookend-channel-settings-link { .bookend-channel-settings-link {
display: none; display: none;

View File

@@ -917,11 +917,6 @@ div.focused-message-list.is-conversation-view .recipient_row {
} }
} }
.bookend {
margin-top: 10px;
background-color: transparent;
}
.information-settings .user-profile-picture, .information-settings .user-profile-picture,
.user_sidebar_entry.with_avatar .user-profile-picture, .user_sidebar_entry.with_avatar .user-profile-picture,
.inline_profile_picture { .inline_profile_picture {