mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
23 lines
287 B
CSS
23 lines
287 B
CSS
.uk-card-body {
|
|
padding: 20px;
|
|
}
|
|
.uk-card-media-top {
|
|
max-height: 350px;
|
|
overflow: hidden;
|
|
}
|
|
.acard:hover {
|
|
text-decoration: none;
|
|
}
|
|
.uk-list li {
|
|
cursor: pointer;
|
|
}
|
|
.reader-bg {
|
|
background-color: black;
|
|
}
|
|
#scan-status {
|
|
cursor: auto;
|
|
}
|
|
.uk-card-title {
|
|
word-wrap: break-word;
|
|
}
|