mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
initial style updates on comment stream for PT 142803055 ~ copy translations still needed
This commit is contained in:
@@ -170,6 +170,7 @@ hr {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@@ -240,6 +241,8 @@ hr {
|
||||
.coral-plugin-commentcontent-text {
|
||||
margin-bottom: 7px;
|
||||
font-size: 16px;
|
||||
font-weight: 100;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.coral-plugin-author-name-text {
|
||||
@@ -319,7 +322,6 @@ button.comment__action-button[disabled],
|
||||
|
||||
.coral-plugin-pubdate-text {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.coral-plugin-permalinks-container {
|
||||
@@ -367,7 +369,7 @@ button.comment__action-button[disabled],
|
||||
|
||||
.coral-plugin-flags-popup-radio-label {
|
||||
margin:5px;
|
||||
font-weight: 700;
|
||||
font-weight: 400;
|
||||
font-size: .9rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
}
|
||||
|
||||
.assetURL {
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
.commentBody {
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:nth-child(1) {
|
||||
color: #5394D7;
|
||||
@@ -46,7 +46,6 @@
|
||||
i {
|
||||
margin-right: 5px;
|
||||
font-size: 15px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
box-sizing: border-box;
|
||||
border-radius: 2px;
|
||||
margin: 5px auto;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
input.error{
|
||||
|
||||
Reference in New Issue
Block a user