mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Allow multiple errors and dismissing errors
This commit is contained in:
@@ -219,6 +219,10 @@ main > .controls {
|
||||
padding: 4px 16px 50vh;
|
||||
}
|
||||
|
||||
.error + .tree {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.popup-source {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
@@ -464,6 +468,18 @@ main.has-preview {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.error .error-dismiss {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.error-dismiss svg {
|
||||
display: block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.error a {
|
||||
color: var(--text-1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user