* Resolve #3347 , #3349 Make deck columns' width be selectable and flexible * deckColumnMinwidth --> deckColumnMinWidth * w-default --> normal * ✌️
This commit is contained in:
parent
58b3be438a
commit
31b30e3dd2
5 changed files with 58 additions and 4 deletions
|
|
@ -318,8 +318,6 @@ export default Vue.extend({
|
|||
.dnpfarvgbnfmyzbdquhhzyxcmstpdqzs
|
||||
$header-height = 42px
|
||||
|
||||
width 330px
|
||||
min-width 330px
|
||||
height 100%
|
||||
background var(--face)
|
||||
border-radius var(--round)
|
||||
|
|
@ -354,6 +352,7 @@ export default Vue.extend({
|
|||
&:not(.isStacked).narrow
|
||||
width 285px
|
||||
min-width 285px
|
||||
flex-grow 0 !important
|
||||
|
||||
&.naked
|
||||
background var(--deckAcrylicColumnBg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue