mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
e1324115f8
- Removed the `FooterSection` from `MainLayout.razor` and its associated styles in `MainLayout.razor.css`. - Added top margin to the card in `Ask.razor` for improved spacing. - Increased height of `.card-body` in both default and media queries for better content display. - Added CSS rules in `app.css` to reset margin and padding for `body` and `html`. - Modified binary file `SqlDatabaseVectorSearch_WebApp.png`.
20 lines
439 B
CSS
20 lines
439 B
CSS
#blazor-error-ui {
|
|
color-scheme: light only;
|
|
background: lightyellow;
|
|
bottom: 0;
|
|
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
|
box-sizing: border-box;
|
|
display: none;
|
|
left: 0;
|
|
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 1000;
|
|
}
|
|
|
|
#blazor-error-ui .dismiss {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 0.75rem;
|
|
top: 0.5rem;
|
|
} |