Initial Drupal 11 with DDEV setup
This commit is contained in:
28
web/modules/contrib/devel/css/devel.css
Normal file
28
web/modules/contrib/devel/css/devel.css
Normal file
@ -0,0 +1,28 @@
|
||||
/**
|
||||
* Dumpers
|
||||
*/
|
||||
.devel-dumper .details-wrapper {
|
||||
overflow: auto;
|
||||
max-height: 450px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Switch User block
|
||||
*/
|
||||
.region-content .block-devel-switch-user ul,
|
||||
.site-footer .block-devel-switch-user ul {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.region-content .block-devel-switch-user ul li,
|
||||
.site-footer .block-devel-switch-user ul li {
|
||||
display: block;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
.devel-switchuser-form {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user