|
@@ -2980,17 +2980,14 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
margin-right: calc( $avatar-size + (0.5 * 16px));
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .comment-meta {
|
|
|
- margin-right: inherit;
|
|
|
- }
|
|
|
+.comment-meta .comment-author {
|
|
|
+ max-width: calc(100% - 48px);
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .comment-meta .comment-author {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
+.comment-meta .comment-author .fn {
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-word;
|
|
|
+ hyphens: auto;
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-author .avatar {
|
|
@@ -2999,15 +2996,6 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
right: 0;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .comment-meta .comment-author .avatar {
|
|
|
- margin-right: 16px;
|
|
|
- display: inherit;
|
|
|
- position: inherit;
|
|
|
- right: inherit;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.comment-meta .comment-metadata {
|
|
|
color: #444444;
|
|
|
}
|
|
@@ -3022,10 +3010,29 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.comment-meta {
|
|
|
+ margin-right: inherit;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
+ .comment-meta .comment-author {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ max-width: inherit;
|
|
|
+ flex: 0 1 auto;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-author .fn {
|
|
|
+ padding-right: 16px;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-author .avatar {
|
|
|
+ margin-right: 16px;
|
|
|
+ display: inherit;
|
|
|
+ position: inherit;
|
|
|
+ right: inherit;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-metadata {
|
|
|
+ flex: 0 1 auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.comment-metadata,
|