Update design

This commit is contained in:
Kirchik
2025-08-02 12:48:17 +02:00
parent a0ba937a46
commit ee395c48d2
3 changed files with 28 additions and 1 deletions
+2 -1
View File
@@ -36,4 +36,5 @@ Thumbs.db
*_key*
*password*
*apikey*
*token*
*token*gitea
gitea.pub
+25
View File
@@ -0,0 +1,25 @@
/* Улучшенная мобильная кнопка меню */
#navPanelToggle {
background: rgba(255, 255, 255, 0.15) !important;
backdrop-filter: blur(10px) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
border-radius: 8px !important;
}
#navPanelToggle:hover {
background: rgba(255, 255, 255, 0.25) !important;
transform: translateY(-1px) !important;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}
/* Улучшение для очень маленьких экранов */
@media (max-width: 480px) {
#navPanelToggle {
font-size: 0.75rem !important;
padding: 0.3rem 0.8rem !important;
backdrop-filter: blur(8px) !important;
}
}
@@ -33,5 +33,6 @@
<link rel="stylesheet" href="/css/pagination-info.css">
<link rel="stylesheet" href="/css/forms.css">
<link rel="stylesheet" href="/css/page-spacing.css">
<link rel="stylesheet" href="/css/mobile-menu.css">
{{ partial "htmlhead.custom.html" }}
</head>