CSS fixes to the sidebar.
No need for a 15px margin, and links should have a pointer cursor.
This commit is contained in:
parent
d97c5a2b14
commit
d0864f766b
@ -919,12 +919,12 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
margin-bottom: 15px;
|
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail:not([data-loaded]) {
|
.thumbnail:not([data-loaded]) {
|
||||||
border: 1px dashed rgba(255, 255, 255, 0.5);
|
border: 1px dashed rgba(255, 255, 255, 0.5);
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnailImage {
|
.thumbnailImage {
|
||||||
@ -1002,7 +1002,6 @@ html[dir='rtl'] .outlineItem > .outlineItems {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
cursor: default;
|
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1039,6 +1038,7 @@ html[dir='rtl'] .outlineItem > a {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: hsla(0,0%,100%,.8);
|
color: hsla(0,0%,100%,.8);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
#findScrollView {
|
#findScrollView {
|
||||||
|
Loading…
Reference in New Issue
Block a user