Document some of the magic values

This commit is contained in:
Travis Ralston 2020-09-17 10:44:18 -06:00
parent 14a7b83988
commit 4657a34bbb
2 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ limitations under the License.
}
.mx_NotificationPanel .mx_EventTile_avatar {
display: none;
display: none; // we don't need this in this view
}
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
@ -86,7 +86,7 @@ limitations under the License.
}
.mx_NotificationPanel .mx_EventTile_senderDetails {
padding-left: 36px;
padding-left: 36px; // align with the room name
position: relative;
a {
@ -107,7 +107,7 @@ limitations under the License.
.mx_NotificationPanel .mx_EventTile_line {
margin-right: 0px;
padding-left: 36px;
padding-left: 36px; // align with the room name
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;

View File

@ -189,7 +189,7 @@ limitations under the License.
padding: 0 24px;
margin-right: 30px;
text-align: center;
margin-bottom: 80px;
margin-bottom: 80px; // visually center the content (intentional offset)
}
.mx_RoomView_MessageList {