Mobile optimierung fast fertig login/register umbruch wurde gemacht wegen fehler bei nothing phone
This commit is contained in:
@ -10,7 +10,7 @@ namespace SZUAbsolventenverein.Theme.Website
|
||||
public Oqtane.Models.Theme Theme => new Oqtane.Models.Theme
|
||||
{
|
||||
Name = "SZUAbsolventenverein Website",
|
||||
Version = "1.0.2",
|
||||
Version = "1.0.4",
|
||||
PackageName = "SZUAbsolventenverein.Theme.Website",
|
||||
ThemeSettingsType = "SZUAbsolventenverein.Theme.Website.ThemeSettings, SZUAbsolventenverein.Theme.Website.Client.Oqtane",
|
||||
ContainerSettingsType = "SZUAbsolventenverein.Theme.Website.ContainerSettings, SZUAbsolventenverein.Theme.Website.Client.Oqtane",
|
||||
|
||||
@ -13,7 +13,7 @@ body {
|
||||
}
|
||||
|
||||
.table .form-control {
|
||||
background-color: #ffffff !important;
|
||||
background-color: #ffffff !important;
|
||||
border-width: 0.5px !important;
|
||||
border-bottom-color: #ccc !important;
|
||||
color: #000 !important;
|
||||
@ -151,60 +151,14 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
/* Dynamische Schriftgr<67><72>e im Dropdown-Men<65> */
|
||||
.app-menu .nav-item a {
|
||||
font-size: clamp(9px, 3vw, 13px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
||||
}
|
||||
|
||||
.app-menu-toggler {
|
||||
position: fixed;
|
||||
top: 1.5rem; /* Abstand von oben */
|
||||
left: 17rem; /* Abstand von rechts */
|
||||
}
|
||||
|
||||
.app-menu {
|
||||
position: fixed;
|
||||
right: 1rem;
|
||||
margin-top: 2rem;
|
||||
width: 25%;
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.controls {
|
||||
height: 60px;
|
||||
top: 15px;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
.controls-group {
|
||||
float: right;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
top: 60px;
|
||||
}
|
||||
|
||||
.app-search:active, .app-search:hover {
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
|
||||
}@media (max-width: 504px) {
|
||||
@media (max-width: 767px) {
|
||||
|
||||
/* Dynamische Schriftgr<67><72>e im Dropdown-Men<65> */
|
||||
.app-menu .nav-item a {
|
||||
font-size: clamp(9px, 3vw, 13px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
||||
font-size: clamp(3px, 3vw, 13px); /* Dynamische, begrenzte Schriftgr<67><72>e */
|
||||
}
|
||||
|
||||
.app-menu-toggler {
|
||||
@ -249,4 +203,13 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
|
||||
.app-search:active, .app-search:hover {
|
||||
min-height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar > .d-flex:nth-of-type(3) {
|
||||
order: 2;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.navbar > .d-flex:nth-of-type(2) {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user