master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
Showing only changes of commit 48fd0e5ab0 - Show all commits

View File

@ -2328,8 +2328,8 @@ svg.iconset {
}
svg.iconset:hover {
background: #7b7b77;
transition: .2s ease;
background: #7b7b77;
transition: .2s ease;
}
/* favorites */
@ -2433,20 +2433,20 @@ table img {
box-shadow: 0px 1px 0px var(--accent);
}
tbody td:before {
content: attr(data-th);
display: block;
text-align:left;
content: attr(data-th);
display: block;
text-align:left;
}
table.table th, table.table td {
padding: 5px;
margin: 5px;
display: flex;
}
table.table td img{
position: relative;
width: 100%;
}
.mview_desc {
table.table th, table.table td {
padding: 5px;
margin: 5px;
display: flex;
}
table.table td img{
position: relative;
width: 100%;
}
.mview_desc {
visibility: visible;
}
}