1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-01 11:00:28 +02:00

styling fixes

This commit is contained in:
Kushagra Gour
2023-08-18 13:55:20 +05:30
parent 6ad63526c7
commit b22783ae87
7 changed files with 126 additions and 62 deletions

View File

@@ -157,11 +157,22 @@ export default function SavedItemPane({
>
<button
onClick={onCloseIntent}
class="btn saved-items-pane__close-btn"
class="btn dialog__close-btn saved-items-pane__close-btn"
id="js-saved-items-pane-close-btn"
aria-label={i18n._(t`Close saved creations pane`)}
>
X
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="3.5"
strokeLinecap="round"
strokeLinejoin="round"
>
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div
class="flex flex-v-center"