Under attack mode (bdb9b6a224)

Update Locales (97804234f1)

IT Translation (58a95aecef)

Fix z-index (fd0119bf70)

Improvement to under attack mode (411b50178e)

Translations (22268c1923) (c72fb9c836)
This commit is contained in:
vdbhb59 2025-04-19 13:15:04 +05:30
commit 42fb6cf8d6
12 changed files with 552 additions and 444 deletions

View file

@ -457,6 +457,10 @@ code[class*="language-"], pre[class*="language-"] {
background-color: var(--sec-bg-color)
}
textarea:disabled{
opacity: 0.5;
}
@media (min-width: 280px) {
.btn-text {
display: inline;
@ -481,4 +485,4 @@ code[class*="language-"], pre[class*="language-"] {
nav button.sidenav-trigger {
display: none;
}
}
}