File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.1.4.4
151
+ // @version 2025.1.4.5
152
152
// @license MIT
153
153
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302
154
154
// @icon 64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302
2377
2377
+ '@media (hover: none) {'
2378
2378
+ `#${ app . cssPrefix } .app-hover-only { display: initial }` // show app-hover-only elems
2379
2379
+ '}'
2380
+
2381
+ // Phone styles
2382
+ + '@media screen and (max-width: 480px) {'
2383
+ + `#${ app . cssPrefix } #${ app . cssPrefix } -logo { width: calc(100% - 118px) }` // widen logo till btns
2384
+ + `#${ app . cssPrefix } .kudoai { display: none !important }` // hide byline
2385
+ + `#${ app . cssPrefix } [class*=reply-tip] { display: none }` // hide reply tip
2386
+ + '}'
2380
2387
)
2381
2388
} ,
2382
2389
You can’t perform that action at this time.
0 commit comments