- Use display: flex + align-items: center on dropdown-toggle - gap: 0.75rem between text and arrow - Remove float: right and margin-top hack - chevron-right: flex-shrink: 0, font-size: 0.7rem
41 lines
534 B
Plaintext
41 lines
534 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Build outputs
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Cache & Storage
|
|
.cache/
|
|
.sass-cache/
|
|
admin/storage/cache/
|
|
admin/storage/geoip/
|
|
admin/storage/stats.json
|
|
var/
|
|
|
|
# Runtime-compiled theme assets (generated by scssphp, read-only)
|
|
themes/*/assets/css_compiled/
|
|
|
|
# Runtime-compiled theme assets
|
|
public/themes/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local configuration & credentials
|
|
config.json
|
|
admin/config/admin.json
|
|
|
|
# No content
|
|
content/
|
|
!content/.gitkeep
|