LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich

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
2 geänderte Datei(en) +21 −2
Kontextzeilen: 0 1 2 3 10
geändert CHANGELOG.md
+7 −0 Datei ansehen
@@ -1,3 +1,10 @@
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)
2 9
3 10
geändert static/css/style.css
+14 −2 Datei ansehen
@@ -1108,11 +1108,15 @@ body {
1108 1108
        right: 0;
1109 1109
        bottom: 0;
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
    }
1117 1121
1118 1122
    .nav-links.open {
@@ -1122,6 +1126,7 @@ body {
1122 1126
    .nav-links > a,
1123 1127
    .nav-dropdown-toggle {
1124 1128
        font-size: 1.2rem;
1129 +
        color: var(--text-primary);
1125 1130
    }
1126 1131
1127 1132
    .nav-dropdown-menu {
@@ -1146,6 +1151,7 @@ body {
1146 1151
    .nav-dropdown-menu a {
1147 1152
        padding: 0.4rem 0;
1148 1153
        font-size: 1rem;
1154 +
        color: var(--text-secondary);
1149 1155
    }
1150 1156
1151 1157
    .search-container {
@@ -1159,11 +1165,17 @@ body {
1159 1165
        left: 1rem;
1160 1166
        right: 1rem;
1161 1167
        width: auto;
1168 +
        z-index: 110;
1162 1169
    }
1163 1170
1164 1171
    .search-results {
1165 1172
        max-height: calc(100vh - 10rem);
1166 1173
    }
1174 +
1175 +
    .nav-rss,
1176 +
    #theme-toggle {
1177 +
        color: var(--text-primary);
1178 +
    }
1167 1179
}
1168 1180
1169 1181
@media (max-width: 640px) {