fix: style

This commit is contained in:
valere
2023-03-14 15:04:43 +01:00
parent a1e34267d7
commit d465a4aa30
4 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ export default {
data: () => ({
terminalContent: '',
subDomain: '',
nextcloudClass: ['w-20', 'h-20'],
jellyfinClass: ['w-20', 'h-20'],
nextcloudClass: [],
jellyfinClass: [],
backbuttonClass: [],
subdomainClass: [],
isDemonstrationEnded: false,
@@ -38,7 +38,7 @@ export default {
'bg-opacity-10',
'transition-all'
]
const downClass = ['opacity-0', 'w-0', 'p-0']
const downClass = ['opacity-0', 'w-0', 'p-0', 'transition-all']
const openClass = [
'w-full',
'h-full',