Skip to content

Commit

Permalink
better mobile addon review page
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jun 27, 2024
1 parent 81ffa15 commit bd554ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 2 additions & 3 deletions pages/review/expansion-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
>
<v-expansion-panel-header
expand-icon="mdi-menu-down"
:color="color"
class="pa-4"
style="height: auto !important"
>
<v-row no-gutters>
<v-col cols="12" class="uppercase addon-name">
<v-col cols="12" class="addon-name">
{{ addon.name }}
</v-col>
<v-col cols="12" class="uppercase addon-tags" style="margin-top: 2.5px">
<v-col cols="12" class="addon-tags" style="margin-top: 2.5px">
{{ addon.options.tags.join("") }}
</v-col>
</v-row>
Expand Down
2 changes: 1 addition & 1 deletion pages/review/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ d88 888 888 888 d88 888
</div>
</div>
</div>
<template v-if="selectedItems && selectedItems.length > 0">
<template v-else>
<template v-if="$vuetify.breakpoint.mdAndUp">
<div id="review-list">
<review-list
Expand Down
4 changes: 0 additions & 4 deletions resources/css/webapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,6 @@ body .texture-avatar {
background-image: url(/resources/transparency-light.png);
}

.addon-expansion-panel .addon-name, .addon-expansion-panel .addon-tags {
color: white;
}

.addon-expansion-panel .addon-tags {
opacity: 0.7;
}
Expand Down

0 comments on commit bd554ad

Please sign in to comment.