Added basic sesh list rendering to PM panel UX
This commit is contained in:
parent
a681bddbf7
commit
f109314163
3 changed files with 66 additions and 2 deletions
|
|
@ -22,6 +22,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
#pm-panel-sesh-list-container{
|
||||
flex: 1;
|
||||
max-width: 10em;
|
||||
width: calc(100% - 1.25em);
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
#pm-panel-sesh-container{
|
||||
|
|
@ -33,11 +35,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
}
|
||||
|
||||
#pm-panel-start-sesh{
|
||||
width: calc(100% - 1.25em);
|
||||
margin-left: 0.25em;
|
||||
padding: 0 0.5em;
|
||||
text-wrap: nowrap;
|
||||
display: flex;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#pm-panel-start-sesh span{
|
||||
|
|
@ -51,4 +53,16 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
|
||||
#pm-panel-sesh-control-div{
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
div.pm-panel-sesh-list-entry{
|
||||
padding: 0 0.5em;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
div.pm-panel-sesh-list-entry, div.pm-panel-sesh-list-entry p{
|
||||
margin: 0;
|
||||
text-wrap: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -627,6 +627,11 @@ div.archived p{
|
|||
border-bottom: 1px solid var(--accent0);
|
||||
}
|
||||
|
||||
|
||||
div.pm-panel-sesh-list-entry{
|
||||
border-bottom: 1px solid var(--accent0);
|
||||
}
|
||||
|
||||
/* altcha theming*/
|
||||
div.altcha{
|
||||
box-shadow: 4px 4px 1px var(--bg1-alt0) inset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue