mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started implementing editor modes
Added prompt in the create menu to choose an editor mode.
This commit is contained in:
@ -911,6 +911,14 @@ svg {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#editor-mode-info {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
#editor-mode {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#compatibility-warning {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
Reference in New Issue
Block a user