Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notch - Tab-Bar-Verschiebung und TAB-Bar unten -> Abstand - Randergänzung #2827

Open
mcuiobroker opened this issue Oct 21, 2024 · 4 comments
Assignees
Labels
feature 🌟 Feature request or enhancement v3.2 Roadmap for v3.2

Comments

@mcuiobroker
Copy link
Collaborator

mcuiobroker commented Oct 21, 2024

Hat man bei Apple und Android einen Notch-Bereich verdeckt dieser den TAB Zugriff.
Da sollte es in den Einstellungen direkt eine Option geben mit der man dies beheben / einstellen kann.

Für Notch oben

/* 1px mehr als Handybreite */
@media all and (max-width:600px) {
 .jarvis-tabs-container {
 padding-top: 50px;
 }
  
 .container.desktop {
 padding-top: 55px!important;
 }
 }

 
Für Tab-Bar unten

@media all and (max-width:600px) {
	.jarvis-footer {
		padding-bottom: 20px!important;
	}
}

automatische Erkennung wäre schön funktioniert aber nicht immer. Apple notch, Samsung Hole-Punch-Design

evtl. im Client unter clients einstellbar?

@Zefau Zefau added feature 🌟 Feature request or enhancement v3.2 Roadmap for v3.2 labels Nov 15, 2024
@github-project-automation github-project-automation bot moved this to ROADMAP in jarvis v3.2 Nov 15, 2024
@Zefau
Copy link
Owner

Zefau commented Nov 15, 2024

automatische Erkennung wäre schön funktioniert aber nicht immer

Damit hast du schon rumexperimentiert? Automatische Erkennung wäre natürlich die beste Lösung.

@mcuiobroker
Copy link
Collaborator Author

Ja, wird aber bei Samsung nicht korrekt erkannt.

@Zefau
Copy link
Owner

Zefau commented Nov 16, 2024

Sonst Automatismus plus Option zum Überschreiben?

@mcuiobroker
Copy link
Collaborator Author

Genau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🌟 Feature request or enhancement v3.2 Roadmap for v3.2
Projects
Status: ROADMAP
Development

No branches or pull requests

2 participants