Skip to content

Commit

Permalink
ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplatonov committed Sep 15, 2024
1 parent 520cb4c commit 270df81
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion site_libs/moon_reader.css
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ ul {
.scroll,
.scrollable,
.mainbar > .oversize { /* .mainbar:not[.break] */
height: 656px;
height: 671px; /* 656px; */
width: calc(100% + 7px);
overflow-y: auto;
overflow-x: auto;
Expand Down Expand Up @@ -2305,6 +2305,15 @@ a[href="#fn"] .hovertext:before {
padding-left: revert;
height: 100%;
}
blockquote {
margin: 0.5em 0.5em;
padding-left: 0.3em;
font-size: 90%;
}
.mainbar p:last-child {
/* border: 1px solid red;*/
/* margin-bottom: 0px;*/
}
/* filling background -- begin */
@media only screen {
.remark-slide-scaler {
Expand Down

0 comments on commit 270df81

Please sign in to comment.