styling of favorites

This commit is contained in:
Pfingstfrosch 2020-05-29 15:48:11 +02:00
parent 1a4370c90e
commit 47d47a51b7

View File

@ -28,6 +28,27 @@
width: 3em;
}
.table_wrapper {
overflow-x: auto;
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
}
.thumb {
width: 3em;
}
.table_wrapper {
table {
border-collapse: collapse;