Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yoyurec/logseq-awesome-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: yoyurec/logseq-awesome-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 7, 2023

  1. Copy the full SHA
    8a07504 View commit details
  2. chore(release): 1.6.3 [skip ci]

    ## [1.6.3](v1.6.2...v1.6.3) (2023-02-07)
    
    ### Bug Fixes
    
    * **whiteboards:** top position or rename ([8a07504](8a07504))
    semantic-release-bot committed Feb 7, 2023
    Copy the full SHA
    bdb688d View commit details
Showing with 9 additions and 3 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 package.json
  3. +1 −2 src/modules/layout/layout.css
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.3](https://github.com/yoyurec/logseq-awesome-ui/compare/v1.6.2...v1.6.3) (2023-02-07)


### Bug Fixes

* **whiteboards:** top position or rename ([8a07504](https://github.com/yoyurec/logseq-awesome-ui/commit/8a07504297f5ac0a30266512e9f8027700bb2b00))

## [1.6.2](https://github.com/yoyurec/logseq-awesome-ui/compare/v1.6.1...v1.6.2) (2023-02-07)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-awesome-ui",
"description": "Reworked, simplified, fixed and pumped-up Logseq! Layout, components, etc...",
"version": "1.6.2",
"version": "1.6.3",
"author": "yoyurec <yoyurec@gmail.com>",
"main": "dist/index.html",
"scripts": {
3 changes: 1 addition & 2 deletions src/modules/layout/layout.css
Original file line number Diff line number Diff line change
@@ -35,8 +35,7 @@ body.is-pdf-active #head {
body:not(.is-banner-active) .cp__sidebar-main-content,
#left-sidebar,
#right-sidebar,
#search-in-page,
.whiteboard-page {
#search-in-page {
margin-top: calc(var(--awUI-tabs-height) + var(--awUI-head-height)) !important;
}
.whiteboard-page {