mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Make record sidebar stop growing at some point (400px, when screen is 1400)
This commit is contained in:
@ -804,3 +804,17 @@ input[type="search"]::-webkit-search-results-decoration
|
||||
{
|
||||
color: #0062FF !important;
|
||||
}
|
||||
|
||||
@media (min-width: 1400px)
|
||||
{
|
||||
.recordSidebar
|
||||
{
|
||||
max-width: 400px !important;
|
||||
}
|
||||
|
||||
.recordWithSidebar
|
||||
{
|
||||
max-width: 100% !important;
|
||||
flex-grow: 1 !important;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user