whitmanarchive / whitman-LG_1855_variorum

Data Repo for in progress variorum
0 stars 0 forks source link

Minor adjustments to reviews display #71

Closed nichgray closed 5 years ago

nichgray commented 5 years ago

To do:

Screen Shot 2019-08-02 at 12 36 50 PM
karindalziel commented 5 years ago

expansion is done in dev

Screen Shot 2019-08-02 at 3 03 09 PM

karindalziel commented 5 years ago

The final issue I am working on is "Style the links on the right sidebar (hanging indent?), make them sticky" and have run into a bit of a problem. When I add this styling:

.v_reviews .tei_div_preface {
  position: sticky;
  top: 0;
  height: auto;
}

that makes stickiness work, it looks/acts a bit weird.

Screen Shot 2019-08-09 at 2 49 43 PM

options:

1: style differently and make them not sticky 2: extend the green line? (would require changes to tei)