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
|
||||
.DS_Store
|
||||
.settings
|
||||
public/config.codekit
|
||||
|
File diff suppressed because one or more lines are too long
@ -649,9 +649,11 @@ a.raw:hover {
|
||||
height: 100px;
|
||||
background-color: #fff;
|
||||
margin-right: 5px;
|
||||
line-height: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
.item-thumb img {
|
||||
width: 100px;
|
||||
max-width: 100px;
|
||||
}
|
||||
#noteItemList .item-desc {
|
||||
position: absolute;
|
||||
|
File diff suppressed because one or more lines are too long
@ -614,9 +614,11 @@ border: 1px solid @borderColor;
|
||||
height: 100px;
|
||||
background-color: #fff;
|
||||
margin-right: 5px;
|
||||
line-height: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
.item-thumb img {
|
||||
width: 100px;
|
||||
max-width: 100px;
|
||||
}
|
||||
#noteItemList .item-desc {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user