Compare commits
1 Commits
eeead33b2c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 605a4488ac |
@ -300,6 +300,7 @@
|
||||
border-bottom-right-radius: 12px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
/* Modal */
|
||||
@ -574,6 +575,12 @@
|
||||
.unlink-btn:hover {
|
||||
background: #fee2e2;
|
||||
}
|
||||
|
||||
/* Ensure plan list items contain their absolute children */
|
||||
#details-content li,
|
||||
#match-modal-text li {
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user