mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 06:35:45 +00:00
improve visibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="bg-gray-800 text-gray-200 layout-column" v-if="item">
|
||||
<div class="layout-column" v-if="item">
|
||||
<div class="p-4 layout-column">
|
||||
<filter-name
|
||||
:filters="itemFilters"
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
<div v-if="!isBrowserShown && !browserMode" class="layout-column"
|
||||
:style="{ width: poeUiWidth }">
|
||||
</div>
|
||||
<div id="price-window" class="flex-grow layout-column" style="max-width: 460px;"
|
||||
<div id="price-window" class="flex-grow layout-column bg-gray-800 text-gray-200" style="max-width: 460px;"
|
||||
@mouseleave="handleMouseleave"
|
||||
@click="handleClick">
|
||||
<app-titlebar @close="hideWindow" :title="title">
|
||||
|
||||
Reference in New Issue
Block a user