/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-administration/src/Administration/shared/Administration.module.css
47 строк
857 B
Sychev Andrey
dbeaver/pro#7696 feat: replace slide component with dialog for improv… (#4192)
19 мар 2026, 20:11
Не верифицирован
19 мар 2026, 20:11
1bafe29
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2026 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ .captureView { composes: theme-background-secondary theme-text-on-secondary from global; display: flex; flex-direction: row; flex: 1; overflow: hidden; } .contentContainer { flex: 1; display: flex; flex-direction: column; overflow: auto; } .container { flex: 1; position: relative; overflow: clip; min-width: 0; } .mainContent { composes: theme-background-secondary theme-text-on-secondary from global; height: 100%; display: flex; flex-direction: column; overflow: hidden; } .content { height: 100%; display: flex; flex-direction: column; overflow: hidden; } .loader { height: 100%; }