Merge pull request #5437 from sbwalker/dev

synchronize app.css with .NET MAUI
This commit is contained in:
Shaun Walker
2025-07-30 13:40:41 -04:00
committed by GitHub
2 changed files with 16 additions and 5 deletions

View File

@ -239,6 +239,7 @@ app {
.app-form-inline { .app-form-inline {
display: inline; display: inline;
} }
.app-search { .app-search {
display: inline-block; display: inline-block;
position: relative; position: relative;
@ -275,3 +276,13 @@ app {
.app-logo .navbar-brand { .app-logo .navbar-brand {
padding: 5px 20px 5px 20px; padding: 5px 20px 5px 20px;
} }
/* cookie consent */
.gdpr-consent-bar .btn-show {
bottom: -3px;
left: 5px;
}
.gdpr-consent-bar .btn-hide {
top: 0;
right: 5px;
}