mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 00:29:49 -04:00
Updates.
This commit is contained in:
parent
24b4f4ce8a
commit
e3d19a9175
6 changed files with 22 additions and 33 deletions
|
@ -12,7 +12,7 @@
|
|||
a, a:active, a:visited {
|
||||
border-top: 1px solid @item-border-col-sep;
|
||||
border-bottom: 1px solid @item-border-col-sep;
|
||||
height: @small-icon-size + 6px;
|
||||
height: @icon-size + 6px;
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: @item-border-col-hover;
|
||||
|
@ -24,7 +24,7 @@
|
|||
padding: 8px;
|
||||
}
|
||||
.label, .date, .size {
|
||||
padding: ((@small-icon-size - 16px)/2) 8px;
|
||||
padding: ((@icon-size - 16px)/2) 8px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,16 +40,16 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
top: -5px;
|
||||
width: @small-icon-size;
|
||||
width: @icon-size;
|
||||
|
||||
img {
|
||||
width: @small-icon-size;
|
||||
height: @small-icon-size;
|
||||
width: @icon-size;
|
||||
height: @icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
margin: 0 230px 0 (@small-icon-size + 16px);
|
||||
margin: 0 230px 0 (@icon-size + 16px);
|
||||
}
|
||||
|
||||
.date {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue