Skip to content

Commit

Permalink
remove bullet threading related css
Browse files Browse the repository at this point in the history
fix Zotero search modal overflow
  • Loading branch information
zhengyu-yang committed Aug 18, 2023
1 parent 428a10c commit 9e1c196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
5 changes: 0 additions & 5 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,6 @@ a:hover > .bullet-container .bullet {
/* ======================================= */
/* from bullet_threading.scss */
/* remove drifting of blocks */
.ls-block div.items-center {
position: relative;
height: 26px !important;
}

/* ======================================= */
/* ======================================= */
/* from logseq-laurel-theme */
Expand Down
5 changes: 0 additions & 5 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,6 @@ a:hover > .bullet-container .bullet {
/* ======================================= */
/* from bullet_threading.scss */
/* remove drifting of blocks */
.ls-block div.items-center {
position: relative;
height: 26px !important;
}

/* ======================================= */
/* ======================================= */
/* from logseq-laurel-theme */
Expand Down
9 changes: 5 additions & 4 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ a:hover > .bullet-container .bullet {
/* ======================================= */
/* from bullet_threading.scss */
/* remove drifting of blocks */
.ls-block div.items-center {
position: relative;
height: 26px !important;
}
// Causing Zotero search modal to overflow
// .ls-block div.items-center {
// position: relative;
// height: 26px !important;
// }
/* ======================================= */

/* ======================================= */
Expand Down

0 comments on commit 9e1c196

Please sign in to comment.