mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Minor style updates.
This commit is contained in:
parent
cc30a12bee
commit
e6e5f3309b
2 changed files with 2 additions and 25 deletions
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// @check-white: rgba(255,255,255,0.5);
|
|
||||||
// @check-black: rgba(0,0,0,0.2);
|
|
||||||
@check-white: #f8f8f8;
|
@check-white: #f8f8f8;
|
||||||
@check-black: #e8e8e8;
|
@check-black: #e8e8e8;
|
||||||
#pv-img-image {
|
#pv-img-image {
|
||||||
|
@ -120,20 +118,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// #pv-img-topbar {
|
|
||||||
// position: fixed;
|
|
||||||
// z-index: 5;
|
|
||||||
// width: 100%;
|
|
||||||
// left: 0;
|
|
||||||
// top: 0;
|
|
||||||
// .vert-gradient(rgb(37,37,37), rgb(24,24,24));
|
|
||||||
// border-bottom: 1px solid rgb(27,27,27);
|
|
||||||
// }
|
|
||||||
|
|
||||||
#pv-img-bottombar {
|
#pv-img-bottombar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 32px;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
.vert-gradient(rgb(27,27,27), rgb(14,14,14));
|
.vert-gradient(rgb(27,27,27), rgb(14,14,14));
|
||||||
|
|
|
@ -34,9 +34,6 @@
|
||||||
.gutter .line {
|
.gutter .line {
|
||||||
border-right: none !important;
|
border-right: none !important;
|
||||||
}
|
}
|
||||||
// .code .line, table td.code .container textarea {
|
|
||||||
// white-space: normal !important;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.markdown {
|
&.markdown {
|
||||||
|
@ -138,20 +135,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// #pv-txt-topbar {
|
|
||||||
// position: fixed;
|
|
||||||
// z-index: 5;
|
|
||||||
// width: 100%;
|
|
||||||
// left: 0;
|
|
||||||
// top: 0;
|
|
||||||
// .vert-gradient(rgb(37,37,37), rgb(24,24,24));
|
|
||||||
// border-bottom: 1px solid rgb(27,27,27);
|
|
||||||
// }
|
|
||||||
|
|
||||||
#pv-txt-bottombar {
|
#pv-txt-bottombar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 32px;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
.vert-gradient(rgb(27,27,27), rgb(14,14,14));
|
.vert-gradient(rgb(27,27,27), rgb(14,14,14));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue