mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Add padding to rational thumbs.
This commit is contained in:
parent
08e18b40b5
commit
5043a5188b
2 changed files with 10 additions and 3 deletions
|
@ -145,9 +145,16 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
&.thumb {
|
.thumb {
|
||||||
box-shadow: 0 0 0 1px #ddd;
|
box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.rational {
|
||||||
|
.thumb {
|
||||||
|
padding: 2px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -115,7 +115,7 @@ Options
|
||||||
- packageName: basename of the download package, null for current foldername
|
- packageName: basename of the download package, null for current foldername
|
||||||
*/
|
*/
|
||||||
"download": {
|
"download": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"type": "php-tar",
|
"type": "php-tar",
|
||||||
"packageName": null
|
"packageName": null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue