File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,15 @@ const langNameMap: { [key: string]: string } = {
206
206
#header {
207
207
padding : 0 ;
208
208
}
209
+
210
+ #header > * {
211
+ margin-right : 0.6rem ;
212
+ }
213
+
209
214
.header-logo-box {
210
215
left : 1rem ;
211
216
}
217
+
212
218
.lang-selector-label {
213
219
font-size : 0.8rem ;
214
220
}
Original file line number Diff line number Diff line change 24
24
.pointer {
25
25
cursor : pointer;
26
26
}
27
+
28
+ @media (max-width : 60rem ) {
29
+ .p-dropdown .p-dropdown-label .p-inputtext {
30
+ padding-left : 0.6rem ;
31
+ }
32
+
33
+ .p-dropdown .p-dropdown-trigger {
34
+ width : 2.1rem ;
35
+ }
36
+ }
Original file line number Diff line number Diff line change 40
40
<Card class =" settings-group" >
41
41
<template #title >
42
42
<div class =" flex-row-center settings-group-title" >
43
- <lable >Notification </lable >
43
+ <lable >{{ tr('title.notification') }} </lable >
44
44
<InputSwitch v-model =" settings.enableNotify" />
45
45
</div >
46
46
</template >
You can’t perform that action at this time.
0 commit comments