Git Product home page Git Product logo

Comments (5)

Bad3r avatar Bad3r commented on August 16, 2024 1

I think its related to these classes?

.block-control .control-hide,
.block-control:hover .control-hide {
  display: flex;
}

main.ls-fold-button-on-right #main-content-container {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
}

main.ls-fold-button-on-right .ls-block .block-control:active {
  opacity: 1;
}

main.ls-fold-button-on-right
  .ls-block
  .block-control
  .rotating-arrow.collapsed
  svg {
  transform: rotate(180deg);
}

main.ls-fold-button-on-right .ls-block[haschild="true"] .control-hide {
  display: block !important;
}

main.ls-fold-button-on-right .ls-block .block-content-wrapper {
  width: 100%;
}

main.ls-fold-button-on-right .block-children-container {
  margin-left: 7px;
}

main.ls-fold-button-on-right .block-children-container .block-children {
  padding-left: 10px;
}

main.ls-fold-button-on-right .ls-block[haschild="true"] .control-hide {
  display: block !important;
}

main.ls-fold-button-on-right
  .ls-block
  .block-control
  .rotating-arrow.collapsed
  svg {
  transform: rotate(180deg);
}

main.ls-fold-button-on-right .ls-block .block-control {
  position: absolute;
  right: -0.75rem;
  top: 0px;
  z-index: 1;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  opacity: 0.2;
}

from logseq-dev-theme.

UNICKCHENG avatar UNICKCHENG commented on August 16, 2024 1

Looks like logseq moved the block fold button from left to right on mobile devices:

Dev theme:

image

Logseq default theme:

image

This seems to be a recent change. I can't find the PR or commit, though.

It might be related to the following:

https://github.com/logseq/logseq/blob/2ca70373af6b7ef9b94df074d0caac3ea99bd849/src/main/frontend/components/theme.css#L117

CC: @UNICKCHENG

sure, it was already mentioned in a previous issue, and at that time I thought it didn't seriously affect the interaction, so I didn't submit PR. See #86

I will try to fix this issue in the next few days.

from logseq-dev-theme.

Bad3r avatar Bad3r commented on August 16, 2024 1

@UNICKCHENG sorry for the duplicate report. This is a significant complaint for multiple users. It prevents the functionality of being able to focus on a block. I have attempted to figure out a solution without any luck so far. I am not sure what is overwriting it.

from logseq-dev-theme.

UNICKCHENG avatar UNICKCHENG commented on August 16, 2024 1

@Bad3r I made some simple attempts, which also seemed to fail. I'll try to solve it later.

from logseq-dev-theme.

UNICKCHENG avatar UNICKCHENG commented on August 16, 2024

#94: no success, unless the following code is removed. However, removing the code will cause the bullet threading to fail.

.ls-block div.items-center {
  position: relative;
  height: 26px !important;
}

image

from logseq-dev-theme.

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.