thumb css
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ app/routes/routes.go
|
|||||||
app/tmp/main.go
|
app/tmp/main.go
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.settings
|
.settings
|
||||||
|
public/config.codekit
|
||||||
|
File diff suppressed because one or more lines are too long
@ -649,9 +649,11 @@ a.raw:hover {
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
line-height: 100px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.item-thumb img {
|
.item-thumb img {
|
||||||
width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
#noteItemList .item-desc {
|
#noteItemList .item-desc {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -614,9 +614,11 @@ border: 1px solid @borderColor;
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
line-height: 100px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.item-thumb img {
|
.item-thumb img {
|
||||||
width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
#noteItemList .item-desc {
|
#noteItemList .item-desc {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user