fix
This commit is contained in:
parent
dc80804241
commit
226e9133ed
@ -251,11 +251,10 @@ main {
|
||||
|
||||
/* Haupt-Container für Layout mit Seitenleiste */
|
||||
.main-container {
|
||||
padding-top: 13rem;
|
||||
height: 90vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
transform: translate(0px, 6rem);
|
||||
}
|
||||
|
||||
/* Linke Seitenleiste */
|
||||
|
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
|
||||
<!-- Header für Benutzer-Info und Buttons -->
|
||||
<header class="header">
|
||||
<header class="header">
|
||||
<h1 class="header-welcome">Willkommen auf Ihrer persönlichen Seite!</h1>
|
||||
|
||||
<div class="header-user-info">
|
||||
@ -21,8 +21,7 @@
|
||||
<button id="adminPermissionsBtn" class="header-btn" style="display: none;">Admin-Einstellungen</button>
|
||||
<button id="logoutBtn" class="header-btn">Abmelden</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</header>
|
||||
<!-- Freier Platz für zukünftige Features -->
|
||||
<div class="main-container">
|
||||
<!-- Linke Seitenleiste für Chat-Sessions -->
|
||||
|
Loading…
Reference in New Issue
Block a user