/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/Panel/Panel.module.css
46 строк
602 B
Raul Martin
refactor: ECHO-448: Biome - enable format (#9625)
17 мар 2026, 18:27
Не верифицирован
17 мар 2026, 18:27
567cb96
Код
Авторство
О чём код?
@import "../../assets/styles/global.prefix.css"; .container { display: flex; justify-content: space-between; @media (width <= 760px) { /* phone */ flex-direction: column; } } .block { &__controls { @media (width <= 760px) { /* phone */ width: 100%; } } & > button { margin: 0 5px; &:first-child { margin-left: 0; } &:last-child { margin-right: 0; } @media (width <= 760px) { /* phone */ margin: 0 2px; margin-bottom: 10px; } } } .common { margin-left: auto; } .hidden { display: none; }