Merge branch 'main' of github.com:9IT-Full-Service/quilldrop
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 00:16
941bcb7b221e5b66234baeef798871d885431fb1
| @@ -1 +1,8 @@ | ||
| 1 | +# [1.1.0](https://github.com/9IT-Full-Service/quilldrop/compare/v1.0.1...v1.1.0) (2026-02-18) |
|
| 2 | + | |
| 3 | + | |
| 4 | +### Features |
|
| 5 | + | |
| 6 | +* initial commit of QuillDrop documentation ([6cace8b](https://github.com/9IT-Full-Service/quilldrop/commit/6cace8b093ed2033cf545b1ee029eeb42aea79f0)) |
|
| 7 | + | |
| 1 | 8 | ## [1.0.1](https://github.com/9IT-Full-Service/quilldrop/compare/v1.0.0...v1.0.1) (2026-02-18) |
| @@ -1110,7 +1110,11 @@ body { | ||
| 1110 | 1110 | background: var(--bg-primary); |
| 1111 | +opacity: 1; |
|
| 1111 | 1112 | flex-direction: column; |
| 1112 | 1113 | align-items: center; |
| 1113 | -justify-content: center; |
|
| 1114 | -gap: 1.8rem; |
|
| 1114 | +justify-content: flex-start; |
|
| 1115 | +gap: 1.5rem; |
|
| 1116 | +padding: 5rem 2rem 2rem; |
|
| 1115 | 1117 | z-index: 105; |
| 1118 | +overflow-y: auto; |
|
| 1119 | +-webkit-overflow-scrolling: touch; |
|
| 1116 | 1120 | } |
| @@ -1124,2 +1128,3 @@ body { | ||
| 1124 | 1128 | font-size: 1.2rem; |
| 1129 | +color: var(--text-primary); |
|
| 1125 | 1130 | } |
| @@ -1148,2 +1153,3 @@ body { | ||
| 1148 | 1153 | font-size: 1rem; |
| 1154 | +color: var(--text-secondary); |
|
| 1149 | 1155 | } |
| @@ -1161,2 +1167,3 @@ body { | ||
| 1161 | 1167 | width: auto; |
| 1168 | +z-index: 110; |
|
| 1162 | 1169 | } |
| @@ -1166,2 +1173,7 @@ body { | ||
| 1166 | 1173 | } |
| 1174 | + | |
| 1175 | +.nav-rss, |
|
| 1176 | + #theme-toggle { |
|
| 1177 | +color: var(--text-primary); |
|
| 1178 | +} |
|
| 1167 | 1179 | } |