forked from mirrors/bookwyrm
Better style for embedded cards
This commit is contained in:
parent
78a0092f92
commit
5ffe465a7a
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ body {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card.has-border {
|
||||||
|
border: 1px solid #eee;
|
||||||
|
}
|
||||||
|
|
||||||
.scroll-x {
|
.scroll-x {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Reference in a new issue