-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/settings styles [WTEL-4814] #736
Conversation
# Conflicts: # package-lock.json
> | ||
<p>{{ $t('settings.useStun') }}</p> | ||
<wt-switcher | ||
v-model="stun" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v-model прибираємо)
&-item { | ||
display: flex; | ||
flex-direction: column; | ||
width: calc(50% - var(--spacing-sm)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а чому б замість цього грідом не скористатись на перенті?
display: flex; | ||
flex-direction: column; | ||
margin-bottom: var(--spacing-sm); | ||
flex-wrap: wrap; | ||
max-height: 650px; // we need it to place blocks in 2 columns and have flexible background for this at the same time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
це Женя сказав таку висоту поставити захардкодити, та?
No description provided.