CSS: fix catalog view width (being changed on click)
This commit is contained in:
parent
29865bd338
commit
6025b49704
|
@ -106,7 +106,3 @@ background: none;
|
||||||
#update_secs {
|
#update_secs {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-small {
|
|
||||||
min-width: 180px;
|
|
||||||
}
|
|
||||||
|
|
|
@ -915,6 +915,7 @@ pre {
|
||||||
|
|
||||||
.theme-catalog div.grid-size-small {
|
.theme-catalog div.grid-size-small {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
min-width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-medium img {
|
.theme-catalog div.grid-size-medium img {
|
||||||
|
|
Loading…
Reference in New Issue