Collapsed modal tab stlye changes

This commit is contained in:
Yurii
2026-04-16 19:58:06 +03:00
parent 2c0d5664dd
commit b7c5fd4df5

View File

@@ -3971,10 +3971,21 @@ body:has(.modal-backdrop) {
float: left;
height: var(--20px);
white-space: nowrap;
> a {
display: inline-block;
width: 100%;
}
}
.close-container {
float: right;
> a {
&:hover {
color: var(--gray-lighter);
}
}
}
a, a:hover, a:active {