mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
Improved image handling in catalog for various screen sizes
This commit is contained in:
parent
2e46875125
commit
c115ebc7e0
@ -658,8 +658,8 @@ div.thread.grid-li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-vsmall img {
|
.theme-catalog div.grid-size-vsmall img {
|
||||||
max-height: 64px;
|
max-height: 50%;
|
||||||
max-width: 96px;
|
max-width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-vsmall {
|
.theme-catalog div.grid-size-vsmall {
|
||||||
@ -668,8 +668,8 @@ div.thread.grid-li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-small img {
|
.theme-catalog div.grid-size-small img {
|
||||||
max-height: 128px;
|
max-height: 50%;
|
||||||
max-width: 225px;
|
max-width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-small {
|
.theme-catalog div.grid-size-small {
|
||||||
@ -678,8 +678,8 @@ div.thread.grid-li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-large img {
|
.theme-catalog div.grid-size-large img {
|
||||||
max-height: 175px;
|
max-height: 50%;
|
||||||
max-width: 300px;
|
max-width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-large {
|
.theme-catalog div.grid-size-large {
|
||||||
@ -884,39 +884,4 @@ code > pre > span.pln {
|
|||||||
div.post div.body {
|
div.post div.body {
|
||||||
clear: none;
|
clear: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-vsmall img {
|
|
||||||
max-height: 96px;
|
|
||||||
max-width: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-catalog div.grid-size-vsmall {
|
|
||||||
width: 160px;
|
|
||||||
height: 256px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-catalog div.grid-size-small img {
|
|
||||||
max-height: 160px;
|
|
||||||
max-width: 225px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-catalog div.grid-size-small {
|
|
||||||
width: 225px;
|
|
||||||
height:320px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-catalog div.grid-size-large img {
|
|
||||||
max-height: 200px;
|
|
||||||
max-width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-catalog div.grid-size-large {
|
|
||||||
width: 300px;
|
|
||||||
height: 409px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-catalog img.thread-image {
|
|
||||||
height: auto;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user