Regex: Migrate CSS styling

Universal styling has been moved to the main styles.css.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri
2023-07-04 20:58:18 -04:00
parent e6eae0aad1
commit 7c0222a15b
4 changed files with 15 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
<div class="regex-script-label flex-container flex-nowrap">
<div class="regex_script_name flex-grow overflow-hidden"></div>
<div class="flex-container flex-nowrap">
<div class="regex-script-label flex-container flexnowrap">
<div class="regex_script_name flexGrow overflow-hidden"></div>
<div class="flex-container flexnowrap">
<div class="edit_existing_regex menu_button">
<i class="fa-solid fa-pencil"></i>
</div>