mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: zen-mode/go-to-plus button style tweaks (#7006)
This commit is contained in:
parent
e3f4f567b8
commit
4b11f43117
4 changed files with 30 additions and 22 deletions
|
@ -425,17 +425,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.disable-zen-mode {
|
||||
border-radius: var(--border-radius-lg);
|
||||
background-color: var(--color-gray-20);
|
||||
border: 1px solid var(--color-gray-30);
|
||||
padding: 10px 20px;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-gray-30);
|
||||
}
|
||||
}
|
||||
|
||||
.scroll-back-to-content {
|
||||
border-radius: var(--border-radius-lg);
|
||||
background-color: var(--island-bg-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue