mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 00:50:00 +00:00
Added no WebGL error message to MapboxGL map component
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// MAP
|
||||
.maputnik-map {
|
||||
display: flex;
|
||||
position: fixed !important;
|
||||
top: $toolbar-height + $toolbar-offset;
|
||||
right: 0;
|
||||
@@ -10,6 +11,16 @@
|
||||
- 200px /* layer list */
|
||||
- 350px /* layer editor */
|
||||
);
|
||||
|
||||
&--error {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&__error-message {
|
||||
margin: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
// DOC LABEL
|
||||
|
||||
Reference in New Issue
Block a user