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