This commit is contained in:
parent
6c5273f4e2
commit
f9676974b2
3 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
&__panel {
|
||||
& > .b3-tab-bar {
|
||||
user-select: none;
|
||||
width: 148px;
|
||||
width: 200px;
|
||||
overflow: auto;
|
||||
padding: 8px 0;
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
.b3-card {
|
||||
box-shadow: var(--b3-point-shadow);
|
||||
background-color: var(--b3-theme-surface);
|
||||
width: 226px;
|
||||
width: calc(25% - 18px);
|
||||
min-width: 200px;
|
||||
border-radius: 4px;
|
||||
margin: 8px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
& > .b3-tab-bar {
|
||||
width: auto;
|
||||
|
||||
.b3-list-item__text {
|
||||
.b3-list-item__text,
|
||||
.b3-form__icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue