correções layout dispositivos moveis

This commit is contained in:
2026-06-25 12:50:33 +00:00
parent 1ddf9b7def
commit a2892cb241
10 changed files with 116 additions and 4 deletions
+6
View File
@@ -1035,6 +1035,12 @@ body.dark-mode .tabs { background: #16213e; border-color: #0f3460; }
body.dark-mode .tabs button { background: #16213e; color: #9ca3af; }
body.dark-mode .tabs button:hover { background: #1a1a2e; color: #c0c0c0; }
body.dark-mode .tabs button.active { background: #1a2744; color: #818cf8; border-bottom-color: #818cf8; }
/* Bottom tab bar no dark mode */
body.dark-mode .tabbar {
background: #16213e;
border-color: #0f3460;
box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
}
/* Botoes do painel direito no dark mode */
body.dark-mode [style*="background:#eef2ff"] {
background: #1e1b4b !important;