mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-25 21:24:42 +02:00
fix: ios status bar mirror theme
This commit is contained in:
parent
793f0c05f7
commit
26d0209763
3 changed files with 7 additions and 8 deletions
|
@ -16,10 +16,6 @@ textarea {
|
|||
user-select: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #262626;
|
||||
}
|
||||
|
||||
.layout-wrapper {
|
||||
height: calc(100vh - env(safe-area-inset-top));
|
||||
min-height: calc(100vh - env(safe-area-inset-top));
|
||||
|
|
|
@ -40,4 +40,8 @@
|
|||
--gradient-audio-player: linear-gradient(169deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 80%);
|
||||
--gradient-minimized-audio-player: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 60%);
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-primary
|
||||
}
|
||||
}
|
|
@ -1,14 +1,13 @@
|
|||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
purge: {
|
||||
content: {
|
||||
safelist: [
|
||||
'bg-success',
|
||||
'bg-info',
|
||||
'text-info'
|
||||
]
|
||||
},
|
||||
darkMode: false,
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue