CSS adjustments
This commit is contained in:
parent
70a4a31fea
commit
875da67437
|
@ -7,6 +7,7 @@ div#wrapper {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.item-title {
|
.item-title {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
|
@ -27,6 +28,9 @@ div#wrapper {
|
||||||
.item-info {
|
.item-info {
|
||||||
color: rgba(0, 0, 0, 0.7);
|
color: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
|
.readable-item img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
button, summary {
|
button, summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue