diff --git a/src/views/HistorySalaryView.vue b/src/views/HistorySalaryView.vue
index 4d43558..e6b66cd 100644
--- a/src/views/HistorySalaryView.vue
+++ b/src/views/HistorySalaryView.vue
@@ -214,20 +214,7 @@
{{ t('help') }}
-
- ×
-
+ ×
@@ -501,6 +488,16 @@ onMounted(async () => {
font-family: 'SF Pro Text';
}
+.closeBt {
+ position: absolute;
+ right: 10px;
+ color: black;
+
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
.salaryList::-webkit-scrollbar {
display: none;
}
@@ -895,4 +892,9 @@ onMounted(async () => {
[dir='rtl'] .info-btn {
/* transform: scaleX(-1); */
}
+
+[dir='rtl'] .closeBt {
+ left: 10px;
+ right: auto;
+}