increase width of media manager and admin panel to max

This commit is contained in:
prx 2023-10-07 15:52:23 +02:00
parent f6d3930ccd
commit b92c89e324
1 changed files with 6 additions and 0 deletions

View File

@ -129,3 +129,9 @@ button.toolbutton {
left:0;
top:2em;
}
/* admin and multimedia width */
.mode_media > main,
.mode_admin > main {
max-width:100%;
}