Code Monkey home page Code Monkey logo

Comments (3)

butfool avatar butfool commented on July 16, 2024 1

明白了,原来是我没有设置

from logseq-developer-theme.

butfool avatar butfool commented on July 16, 2024

和顺序无关,似乎和数量有关,只能有三个居右的

from logseq-developer-theme.

UNICKCHENG avatar UNICKCHENG commented on July 16, 2024

image

如图所示,一些标签无法居右

LogSeq:0.8.16 DeveloperTheme: 1.1.3 Windows10

很遗憾,目前不支持 #QUES 标签居右显示,不过您可以考虑将下述代码复制到 custom.css 中,来实现这一操作

@media (min-width: 640px) {
    a.tag[data-ref=QUES],
    a.tag[data-ref=ques],
    a.tag[data-ref=question] {
      position: relative;
      float: right;
      top: 11%;
    }
}

目前只支持以下标签居右显示

  • #Bug#bug
  • #feat#Improvement#improvement
  • #perf#feature#Feature
  • #docs#Documentation#documentation
  • #idea#Idea

考虑到一段内容中增加太多标签,可能会破坏段落的阅读性,所以只设置了部分标签可以居右显示

如果您有更好的改进建议,欢迎指出

ASPA: #QUES 标签将会在下一个版本得到支持

from logseq-developer-theme.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.