Модалка перенесена в шапку, частично настроены стили

This commit is contained in:
2026-03-13 02:00:49 +03:00
parent 03eaf6ab13
commit 24caa148e1
3 changed files with 75 additions and 45 deletions

View File

@@ -762,7 +762,7 @@ tbody tr:hover {
top: 0;
left: 0;
right: 0;
bottom: 0;
/*bottom: 0;*/
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
z-index: 1000;
@@ -782,8 +782,10 @@ tbody tr:hover {
border: 1px solid var(--bg-card-border);
border-radius: var(--radius-md);
padding: 2rem;
width: 90%;
max-width: 500px;
width: 100%;
top: 0;
max-width: 100%;
margin: 0 auto;
position: relative;
transform: scale(0.95);
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);