mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: Make cells middle aligned; apply overview class directly to td elements (#29813)
This commit is contained in:
parent
2a59df79d3
commit
79ffbe7cd5
@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
padding-top: var(--space-3);
|
padding-top: var(--space-3);
|
||||||
padding-bottom: var(--space-3);
|
padding-bottom: var(--space-3);
|
||||||
|
|
||||||
@ -41,6 +41,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.d-admin-row__overview {
|
||||||
|
width: 55%;
|
||||||
|
|
||||||
|
@include breakpoint("tablet") {
|
||||||
|
width: auto;
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.d-admin-row__detail {
|
&.d-admin-row__detail {
|
||||||
@include breakpoint("tablet") {
|
@include breakpoint("tablet") {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -62,13 +71,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.d-admin-row__overview {
|
.d-admin-row__overview {
|
||||||
width: 55%;
|
|
||||||
|
|
||||||
@include breakpoint("tablet") {
|
|
||||||
width: auto;
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-name {
|
&-name {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
|
Loading…
Reference in New Issue
Block a user