leon-kfd / Dashboard

Custom your personal browser start page from some configurable components.
https://doc.howdz.xyz
MIT License
933 stars 116 forks source link

希望每个书签支持自动居中。要不每次都得去手动调书签块的fx然后放在中间 #79

Closed foyue5666 closed 1 year ago

leon-kfd commented 1 year ago

去提供截图看看,应该可以使用注入CSS解决

foyue5666 commented 1 year ago

对于我这种小白来讲……从零开始认识css好像不大现实 还是希望未来能支持gui直接修改吧😁 或者大佬贴个样式也行,我就直接抄作业了(滑稽)

leon-kfd commented 1 year ago

书签模块内部自动居中的CSS

.bookmark-draggable-wrapper {
  justify-content: center !important;
}
.bookmark-draggable-wrapper .fake {
  display: none !important;
}
foyue5666 commented 1 year ago

好用了,感谢大佬🙏