mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-02-25 06:33:01 +03:00
display feed and edit history as table
This commit is contained in:
@@ -158,7 +158,7 @@ footer {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.asset-list:not(.moderation-list) .asset-header {
|
||||
.asset-list .asset-header {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@@ -216,6 +216,14 @@ footer {
|
||||
color: var(--base-color-text);
|
||||
}
|
||||
|
||||
.table-tags .label {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.asset-tags .label {
|
||||
padding: 0 6px;
|
||||
font-size: 13px;
|
||||
@@ -229,10 +237,6 @@ footer {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.asset-tags-moderation {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.asset-tags {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -473,4 +477,22 @@ footer {
|
||||
.asset-footer {
|
||||
border-color: var(--primary-background-color)
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
border: 2px solid var(--secondary-background-color);
|
||||
}
|
||||
|
||||
.table-bordered > thead > tr > th,
|
||||
.table-bordered > tbody > tr > td,
|
||||
.table-bordered > tbody > tr > th {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.table-bordered thead {
|
||||
border-bottom: 2px solid var(--default-background-color);
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr:nth-of-type(2n+1) {
|
||||
background-color: var(--secondary-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user