Skip to content

Commit

Permalink
make texture id in gallery tooltip more square
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 12, 2024
1 parent c4ce561 commit c4ec393
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions resources/css/webapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,13 @@ html::-webkit-scrollbar-thumb, html *::-webkit-scrollbar-thumb {
content: "\e901";
color: #fff;
}
.icon-people:before {
content: "\e902";
color: #fff;
}
.icon-peoples:before {
content: "\e903";
color: #fff;
}
.icon-time:before {
content: "\e904";
color: #fff;
}

/* Keep background from #app when the page is loading */
.theme--dark.v-application {
background: #191919;
background-attachment: fixed;
}

#connect-title {
text-align: center;
width: 200px;
max-width: 100%;
margin-bottom: 20px;
font-size: 1.04rem;
line-height: 1.6rem;;
}
.theme--dark .card-text-shadow {
text-shadow: 2px 2px rgba(0,0,0,.7);
}
Expand Down Expand Up @@ -141,10 +121,6 @@ a {
background-size: cover;
}

#banner-card .unlogged {
opacity: 0;
}

#app .v-tabs {
width: auto;
}
Expand Down Expand Up @@ -240,11 +216,6 @@ div.tooltip.vue-tooltip-theme {
max-width: 256px;
}

/* disabled because of the texture gallery modal */
/* .texture-img:hover {
cursor: pointer;
} */

.texture-img > .v-image__image {
background-size: contain !important;
image-rendering: pixelated;
Expand Down Expand Up @@ -290,7 +261,7 @@ img.texture-img {
font-size: 14px;
height: 22px;
line-height: 22px;
border-radius: 11px;
border-radius: 3px;
margin-left: -3px;
margin-top: -11px;
}
Expand Down

0 comments on commit c4ec393

Please sign in to comment.