mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
improve(ui): alignment of toggle right sidebar icon
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
}
|
||||
|
||||
> .r {
|
||||
@apply pr-4;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
justify-content: flex-end;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
/* To prevent header glitch on Safari */
|
||||
@@ -201,7 +201,7 @@
|
||||
}
|
||||
|
||||
.button.icon {
|
||||
@apply w-8 h-8 p-1;
|
||||
@apply w-8 h-8 p-1 flex items-center justify-center;
|
||||
}
|
||||
|
||||
.button.icon.add-graph-btn {
|
||||
|
||||
Reference in New Issue
Block a user