chore: dependency updates, minor UI fixes

This commit is contained in:
Liyas Thomas
2020-09-26 07:07:22 +05:30
parent e707fcda05
commit 8b3b6a471b
4 changed files with 11 additions and 12 deletions

View File

@@ -176,6 +176,7 @@ hr {
.tooltip {
@apply z-50;
@apply outline-none;
.tooltip-inner {
@apply rounded-lg;
@@ -820,10 +821,3 @@ section {
.virtual-list {
@apply overflow-auto;
}
.github-sponsor {
@apply rounded-full;
@apply mr-4;
max-width: 64px;
max-height: 64px;
}

View File

@@ -231,6 +231,11 @@
@apply overflow-auto;
@apply my-4;
}
.github-sponsor {
@apply mr-2;
@apply rounded-full;
}
</style>
<script>

8
package-lock.json generated
View File

@@ -2704,16 +2704,16 @@
}
},
"@nuxtjs/tailwindcss": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.0.2.tgz",
"integrity": "sha512-jSudt1JaJQRE64r0Bx5PHVTYVIedlZtR00KtFYYUSpRLHD2BLkjHsvYOa/jtKcinSF3RWZy6dg+l0IMJqDoSLg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.1.0.tgz",
"integrity": "sha512-nxooAntKxQdaTHQRgRa7RE7Hk9fqly4n65+4F+O4uRS4mYeT/wZon8l60mubkUrlZgpO5X3gvUDf569Dd8BKmA==",
"dev": true,
"requires": {
"clear-module": "^4.1.1",
"consola": "^2.15.0",
"defu": "^3.1.0",
"fs-extra": "^9.0.1",
"tailwindcss": "^1.7.3"
"tailwindcss": "^1.8.10"
},
"dependencies": {
"fs-extra": {

View File

@@ -54,7 +54,7 @@
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.0.2",
"@nuxtjs/tailwindcss": "^3.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@vue/test-utils": "^1.1.0",
"babel-core": "^7.0.0-bridge.0",