mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
fix(web): remove edgeless mode padding (#2061)
This commit is contained in:
@@ -194,6 +194,11 @@ input[type='number']::-webkit-outer-spin-button {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
/* issue: https://github.com/toeverything/AFFiNE/issues/2004 */
|
||||
.editor-wrapper.edgeless-mode {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.affine-default-page-block-title-container {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
@@ -222,4 +227,9 @@ affine-block-hub {
|
||||
height: 100%;
|
||||
padding: 0 0.75rem;
|
||||
}
|
||||
|
||||
/* issue: https://github.com/toeverything/AFFiNE/issues/2004 */
|
||||
.editor-wrapper.edgeless-mode {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user