delint
This commit is contained in:
@@ -20,9 +20,10 @@ limitations under the License.
|
|||||||
padding: 0 4px 12px;
|
padding: 0 4px 12px;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "avatar name remove"
|
grid-template-areas:
|
||||||
"content content content"
|
"avatar name remove"
|
||||||
"footer footer footer";
|
"content content content"
|
||||||
|
"footer footer footer";
|
||||||
grid-template-rows: max-content auto max-content;
|
grid-template-rows: max-content auto max-content;
|
||||||
grid-template-columns: 24px auto 24px;
|
grid-template-columns: 24px auto 24px;
|
||||||
grid-row-gap: 12px;
|
grid-row-gap: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user