/
man4j
/
agent-server
Обзор
Документация
Войти
/
man4j
/
agent-server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/agent_server/public/my.css
107 строк
2 KB
Vladimir
fixes
21 май 2026, 23:45
21 май 2026, 23:45
be6a5e2
Код
Авторство
О чём код?
span:has(img[alt^="Avatar for"]) { width: 5rem !important; height: 5rem !important; } span:has(img[alt="Avatar for Thinking"]) { display: none !important; } #theme-toggle { display: none !important; } h6 { font-size: small !important; } div[data-step-type="assistant_message"] .message-content { display: flex; flex-direction: column-reverse; } #esp-chat-init-overlay { position: fixed; inset: 0; z-index: 2147483647; display: flex; align-items: center; justify-content: center; background: rgba(12, 12, 12, 0.88); backdrop-filter: blur(4px); } .esp-chat-init-card { width: min(360px, calc(100vw - 48px)); padding: 24px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 10px; background: #181818; color: #f4f4f4; text-align: center; box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32); } .esp-chat-init-spinner { width: 32px; height: 32px; margin: 0 auto 16px; border: 3px solid rgba(255, 255, 255, 0.18); border-top-color: #ffffff; border-radius: 50%; animation: esp-chat-init-spin 0.85s linear infinite; } .esp-chat-init-title { font-size: 16px; font-weight: 600; } .esp-chat-init-text { margin-top: 8px; color: rgba(255, 255, 255, 0.68); font-size: 13px; line-height: 1.45; } @keyframes esp-chat-init-spin { to { transform: rotate(360deg); } } @media (min-width: 1024px) { #root > .grid.min-h-svh.lg\:grid-cols-2 { background: #0f0f0f; box-sizing: border-box; } /* меняем местами блоки */ #root > .grid.min-h-svh.lg\:grid-cols-2 > div:first-child { grid-column: 2; margin: 30px 30px 30px 0; border-radius: 0 18px 18px 0; overflow: hidden; background: #151515; padding-top: 0px !important; } #root > .grid.min-h-svh.lg\:grid-cols-2 > div:last-child { grid-column: 1; grid-row: 1; margin: 30px 0 30px 30px; border-radius: 18px 0 0 18px; overflow: hidden; background: #181818; background: #1a1a1a url("/public/logo_dark.png") center / 300px auto no-repeat; } /* убираем картинку */ #root > .grid.min-h-svh.lg\:grid-cols-2 > div:first-child > div > img { display: none; } #root > .grid.min-h-svh.lg\:grid-cols-2 > div:last-child > img { display: none; } }