1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

fixing top bar design issues #339

This commit is contained in:
Patrik J. Braun 2021-12-11 16:34:30 +01:00
parent 46c9a6fb00
commit db9889ed2c
3 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,10 @@ nav {
z-index: 999;
}
.navbar {
margin-bottom: 20px;
}
ng2-slim-loading-bar {
/* display: block; */
z-index: 999999;

View File

@ -1,3 +1,9 @@
.container-fluid {
width: 100%;
padding:0;
margin-top: -20px;
}
app-gallery-map {
margin-right: 0;
margin-left: auto;

View File

@ -27,7 +27,7 @@
</ng-container>
<div body class="container-fluid" style="width: 100%; padding:0">
<div body class="container-fluid" >
<ng-container *ngIf="galleryService.content.value.error">
<div class="alert alert-danger" role="alert">
{{galleryService.content.value.error}}