neues theme. offensichtliche bugs gelöst. Clipingfehler der Titel. und ausrichtung des menüs. bereit zum vorzeigen
This commit is contained in:
@ -71,15 +71,16 @@
|
||||
<UserProfile ShowRegister="@_register" />
|
||||
<Login ShowLogin="@_login" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Rechts: ControlPanel + User + Login -->
|
||||
<div class="d-flex align-items-center gap-2 app-navbar-right">
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<div class="app-menu-footer right-side">
|
||||
<ControlPanel />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Rechts: ControlPanel + User + Login -->
|
||||
|
||||
</nav>
|
||||
<div class="content">
|
||||
<div class="container">
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
body {
|
||||
|
||||
}
|
||||
.content {
|
||||
margin-top: 60px; /* ungefähr Höhe der Navbar */
|
||||
}
|
||||
|
||||
/* App Logo */
|
||||
.app-logo .img-fluid {
|
||||
@ -162,8 +165,11 @@ body {
|
||||
/* ===========================
|
||||
DESKTOP (ab 768px)
|
||||
=========================== */
|
||||
@media (min-width: 768px) {
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
/* setting rehct neben loggin*/
|
||||
.right-side{
|
||||
margin-right: 150px;
|
||||
}
|
||||
/* Navbar: eine Zeile, Positionierungs-Referenz für Absolut-Elemente */
|
||||
.app-navbar {
|
||||
display: flex !important;
|
||||
@ -183,6 +189,7 @@ body {
|
||||
gap: 0.75rem !important;
|
||||
position: static !important;
|
||||
width: auto !important;
|
||||
margin-right: 210px !important;
|
||||
}
|
||||
|
||||
/* Menüpunkte horizontal zentriert */
|
||||
@ -220,7 +227,7 @@ body {
|
||||
MOBILE (unter 768px)
|
||||
=========================== */
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@media (max-width: 1000px) {
|
||||
|
||||
.navbar {
|
||||
position: fixed;
|
||||
@ -232,7 +239,7 @@ body {
|
||||
/* Platz unter der Navbar */
|
||||
.content {
|
||||
position: relative;
|
||||
top: 60px;
|
||||
top: 150px;
|
||||
}
|
||||
|
||||
/* Burger sichtbar machen */
|
||||
|
||||
Reference in New Issue
Block a user