Update design
This commit is contained in:
+2
-1
@@ -36,4 +36,5 @@ Thumbs.db
|
||||
*_key*
|
||||
*password*
|
||||
*apikey*
|
||||
*token*
|
||||
*token*gitea
|
||||
gitea.pub
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user