Small UI fixing
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user