/
AMachine
/
mmdb.front
Обзор
Документация
Войти
/
AMachine
/
mmdb.front
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/app/components/PlayerList/PlayerList.module.css
43 строки
740 B
Huz2e
вау оно живое
08 июн 2025, 01:14
08 июн 2025, 01:14
9dd4acd
Код
Авторство
О чём код?
.container { min-height: 50vh; width: 100vw; height: 80vh; background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); padding: 2rem; position: relative; display: flex; justify-content: stretch; align-items: flex-start; gap: 25px; top: 0; left: 0; z-index: 1; } .background { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); z-index: -1; } .tableWrapper { min-width: 60%; max-width: 70%; overflow-x: auto; padding-bottom: 1rem; flex: 2; } .filtersWrapper { flex: 0.25; border-radius: 0.75em 0.75em 0 0; min-height: 15rem; background-color: rgba(31, 31, 31, 0.95); display: flex; justify-content: center; padding-top: 1rem; }