The comment screen hides the author column at narrow screen sizes; this adds back the author info above the comment content. Fixes #26618, props SergeyBiryukov, nacin.
Built from https://develop.svn.wordpress.org/trunk@26961 git-svn-id: http://core.svn.wordpress.org/trunk@26840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3396,6 +3396,10 @@ table.fixed {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.fixed .column-comment .comment-author {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fixed .column-response,
|
||||
.fixed .column-categories,
|
||||
.fixed .column-tags,
|
||||
@@ -8601,7 +8605,13 @@ p.pagenav {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.column-author img, .column-username img {
|
||||
.column-comment .comment-author {
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
|
||||
.column-author img,
|
||||
.column-username img,
|
||||
.column-comment .comment-author img {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
margin-top: 1px;
|
||||
@@ -12262,6 +12272,10 @@ li#wp-admin-bar-menu-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fixed .column-comment .comment-author {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Posts */
|
||||
.column-title {
|
||||
width: 85%;
|
||||
|
||||
Reference in New Issue
Block a user