mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-28 01:50:38 +08:00
refactor(ui): adjust global navigation bar style (#13419)
### What problem does this PR solve? Renovate global navigation bar, align styles to the design. (May causes minor layout issues in sub-pages, will check and fix soon) ### Type of change - [x] Refactoring
This commit is contained in:
5
web/src/utils/css-support.ts
Normal file
5
web/src/utils/css-support.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export const supportsCssAnchor =
|
||||
CSS.supports('position-anchor', '--anchor-name') &&
|
||||
CSS.supports('anchor-name', '--anchor-name') &&
|
||||
CSS.supports('top', 'anchor(--anchor-name bottom)') &&
|
||||
CSS.supports('width', 'anchor-size(--anchor-name width)');
|
||||
Reference in New Issue
Block a user