Hide list panel from nav bar in mobile layout (#19337)
This commit is contained in:
committed by
GitHub
parent
05148e2c77
commit
d787343325
@@ -163,8 +163,8 @@ $small-breakpoint: 960px;
|
||||
th,
|
||||
td {
|
||||
padding: 8px;
|
||||
align-self: start;
|
||||
align-items: start;
|
||||
align-self: flex-start;
|
||||
align-items: flex-start;
|
||||
word-break: break-all;
|
||||
|
||||
&.nowrap {
|
||||
|
@@ -2673,6 +2673,10 @@ $ui-header-height: 55px;
|
||||
.column-link span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.list-panel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2755,7 +2759,7 @@ $ui-header-height: 55px;
|
||||
|
||||
.column-actions {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
padding: 40px;
|
||||
padding-top: 40px;
|
||||
|
Reference in New Issue
Block a user