mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-04 03:45:32 -04:00
29 lines
354 B
CSS
29 lines
354 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;
|
|
}
|
|
.uk-logo > img {
|
|
max-height: 90px;
|
|
}
|
|
.uk-search {
|
|
width: 100%;
|
|
}
|