Remove unused CSS properties in index.css

This commit is contained in:
2026-01-31 16:16:40 +01:00
parent 3d3b230125
commit 1cd0d58206

View File

@@ -178,7 +178,6 @@ body {
}
.button--save {
margin-left: auto;
}
.prompt-list {
@@ -514,14 +513,10 @@ body {
flex-wrap: wrap;
gap: 12px;
align-items: center;
position: relative;
}
.editor__footer-status {
position: absolute;
left: 50%;
transform: translateX(-50%);
pointer-events: none;
margin-left: auto;
}
.banner {