fix indents.. as always
Signed-off-by: Flummi <git@srv.fail>
This commit is contained in:
parent
4a7c7f8730
commit
c18c6b9283
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user