Continued work on media schedule panel.

This commit is contained in:
rainbow napkin 2025-01-25 08:37:27 -05:00
parent 42c20455e5
commit 07d1a37453
8 changed files with 344 additions and 67 deletions

View file

@ -16,6 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
.cpanel-div{
flex-direction: column;
overflow: hidden;
flex: 1;
}
.cpanel-header-div{
@ -37,4 +38,19 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
.cpanel-header-icon{
cursor: pointer;
}
.cpanel-doc{
flex: 1;
overflow: auto;
}
.cpanel-body{
display: block;
height: 100%;
}
#cpanel-div{
display: flex;
height: 100%;
}