Small UI fixing

This commit is contained in:
liosha84
2025-06-16 15:30:31 +03:00
parent 7f270ced9d
commit 426717cb99
10 changed files with 242 additions and 14 deletions
+14 -1
View File
@@ -5,6 +5,19 @@
flex: 1 1 auto;
}
.mat-toolbar{
mat-toolbar{
background-color: rgba(153,153,153,0.16);
backdrop-filter: blur(8px);
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000; // Ensure toolbar stays above other content
}
.router_outlet_padding{
padding-top: 60px;
scroll-padding-inline: 40%;
}