fix indents.. as always

Signed-off-by: Flummi <git@srv.fail>
This commit is contained in:
Flummi 2022-05-18 16:13:12 +00:00 committed by schrumpel
parent 7df97485e6
commit 48fd0e5ab0

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;
}
}