Giter Site home page Giter Site logo

Comments (7)

henices avatar henices commented on August 17, 2024

https://github.com/henices/logseq-flow-nord#flow-custom-theme-in-the-mobile

from logseq-flow-nord.

kenos1 avatar kenos1 commented on August 17, 2024

It appears that sidebar isn't styled correctly

from logseq-flow-nord.

henices avatar henices commented on August 17, 2024

Screenshot_2023-09-29-09-07-05-35_4b6655e136eac3dc4e15820ab4939e38.jpg

could you please post your code in custom.css, thanks.

from logseq-flow-nord.

kenos1 avatar kenos1 commented on August 17, 2024
@import url("https://cdn.jsdelivr.net/gh/henices/logseq-flow-nord@main/custom.css") only screen and (max-width: 1024px);
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css") only screen and (max-width: 1024px);
@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@master/bullet_threading.css") only screen and (max-width: 1024px);

/*@import '../code/base.css';*/

* {
  font-family: 'IBM Plex Mono', monospace, sans-serif;
  font-variant-ligatures: none !important;
  --ls-font-family: 'IBM Plex Mono', monospace, sans-serif;
  --ls-main-content-max-width: 50rem;
  --ls-page-title-size: 24px;
  --ls-page-text-size: 16px;
}

.dark-theme,
html[data-theme='dark'] {
    --background-color-h: 0;
    --background-color-s: 0%;
    --background-color-l: 2%;
    --cl-background: 0,0%,12%;
    --cl-text-color: 0,0%,85%;
    --cl-primary: 258,100%,77%;
    --cl-secondary: 258,100%,77%;
    --cl-accent: 258,100%,77%;
}

.white-theme,
html[data-theme='light'] {
    --background-color-h: 0;
    --background-color-s: 0%;
    --background-color-l: 100%;
    --cl-background: 0,0%,90%;
    --cl-text-color: 0,0%,13%;
    --cl-primary: 258,50%,48%;
    --cl-secondary: 258,50%,48%;
    --cl-accent: 258,50%,48%;
}

h1 .page-title {
  font-size: 2em;
}

mark {
  font-weight: bold;
}

.block-ref {
  font-style: normal;
}

.page-reference {
  font-weight: bold;
}

.cp__sidebar-help-btn {
  display: none;
}

from logseq-flow-nord.

henices avatar henices commented on August 17, 2024
@import url("https://cdn.jsdelivr.net/gh/henices/logseq-flow-nord@main/custom.css") only screen and (max-width: 1024px);
@import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css") only screen and (max-width: 1024px);
@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@master/bullet_threading.css") only screen and (max-width: 1024px);


/*@import '../code/base.css';*/

* {
font-family: sans-serif;
font-variant-ligatures: none !important;
--ls-font-family: sans-serif;

--ls-main-content-max-width: 50rem; 
--ls-page-title-size: 24px; 
--ls-page-text-size: 16px;
}

.dark-theme,
html[data-theme='dark'] {
    --background-color-h: 0;
    --background-color-s: 0%;
    --background-color-l: 2%;
    --cl-background: 0,0%,12%;
    --cl-text-color: 0,0%,85%;
    --cl-primary: 258,100%,77%;
    --cl-secondary: 258,100%,77%;
    --cl-accent: 258,100%,77%;
}

.white-theme,
html[data-theme='light'] {
    --background-color-h: 0;
    --background-color-s: 0%;
    --background-color-l: 100%;
    --cl-background: 0,0%,90%;
    --cl-text-color: 0,0%,13%;
    --cl-primary: 258,50%,48%;
    --cl-secondary: 258,50%,48%;
    --cl-accent: 258,50%,48%;
}

h1 .page-title {
  font-size: 2em;
}

mark {
  font-weight: bold;
}

.block-ref {
  font-style: normal;
}

.page-reference {
  font-weight: bold;
}

.cp__sidebar-help-btn {
  display: none;
}

monospace font cause the sidebar font too wide.

from logseq-flow-nord.

kenos1 avatar kenos1 commented on August 17, 2024

it's the colors that aren't styled correctly

from logseq-flow-nord.

henices avatar henices commented on August 17, 2024

it's the colors that aren't styled correctly

maybe due to cdn cache reason, I can't reproduce it

from logseq-flow-nord.

Related Issues (20)

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.