Changeset 7e72119
- Timestamp:
- Jul 17, 2022, 11:43:37 AM (3 years ago)
- Branches:
- master
- Children:
- b3b73f4
- Parents:
- 639aea5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r639aea5 r7e72119 7 7 #footnotes { 8 8 max-width: calc(60ch + 4em); 9 border-radius: 0.1em;10 9 margin: var(--universal-padding); 11 10 padding: 1em; … … 127 126 line-height: 12pt; 128 127 box-shadow: 0 2px 2px rgba(0,0,0,.35); 129 border: none;130 128 max-height: calc(100% - 2 * (var(--universal-margin) + 0.5em) - 9em); 131 129 overflow: auto; 132 130 max-width: 30ch; 133 131 border-radius: var(--universal-border-radius); 132 border: 1px solid #cfcfcf; 134 133 } 135 134
Note:
See TracChangeset
for help on using the changeset viewer.