Move to tailwind-build instead of CDNs
5
pkg/web/assets/build/css/bootstrap-icons.css
vendored
Normal file
1
pkg/web/assets/build/css/styles.css
Normal file
BIN
pkg/web/assets/build/fonts/bootstrap-icons.woff
Normal file
BIN
pkg/web/assets/build/fonts/bootstrap-icons.woff2
Normal file
1
pkg/web/assets/build/js/common.js
Normal file
1
pkg/web/assets/build/js/config.js
Normal file
1
pkg/web/assets/build/js/dashboard.js
Normal file
1
pkg/web/assets/build/js/download.js
Normal file
2
pkg/web/assets/build/js/jquery-3.7.1.min.js
vendored
Normal file
1
pkg/web/assets/build/js/repair.js
Normal file
2078
pkg/web/assets/css/bootstrap-icons.css
vendored
Normal file
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 665 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
@@ -1,4 +1,7 @@
|
||||
/* Custom Styles for Decypharr */
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
/* Smooth transitions for all interactive elements */
|
||||
* {
|
||||
@@ -6,7 +9,6 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Context menu styles */
|
||||
.context-menu {
|
||||
position: absolute;
|
||||