File tree Expand file tree Collapse file tree
entrypoints/SettingComponents/Button Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - feat(export ): 支持HTML表格转换为Markdown格式 # 289
1+ - style(leveldialog ): 修正弹窗宽度及添加响应式样式 # 290
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ export default {
350350 position : fixed ;
351351 bottom : 20px ;
352352 right : 90px ;
353- width : calc ( 100% - 100 px ) ;
353+ width : 100% ;
354354 max-width : 450px ;
355355 background-color : var (--secondary );
356356 padding : 20px ;
@@ -461,4 +461,10 @@ export default {
461461 background : var (--primary-low );
462462 }
463463}
464+
465+ @media (max-width :768px ) {
466+ #linuxDoLevelPopupContent {
467+ width : calc (100vw - 100px );
468+ }
469+ }
464470 </style >
Original file line number Diff line number Diff line change 22 "name" : " linuxdo-scripts" ,
33 "description" : " manifest.json description" ,
44 "private" : true ,
5- "version" : " 1.5.15 " ,
5+ "version" : " 1.5.16 " ,
66 "type" : " module" ,
77 "scripts" : {
88 "dev" : " wxt" ,
Original file line number Diff line number Diff line change 1+ ## 1.5.16
2+
3+ - style(leveldialog): 修正弹窗宽度及添加响应式样式 #290
4+
15## 1.5.15
26
37- feat(export): 支持HTML表格转换为Markdown格式 #289
You can’t perform that action at this time.
0 commit comments