Refactor version management: replace crypto.randomUUID with generateUniqueId, add new icons, and enhance version editing features
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
top: 100px;
|
||||
left: 40px;
|
||||
z-index: 10;
|
||||
|
||||
.regularDropdown-container {
|
||||
background: var(--background-color);
|
||||
}
|
||||
}
|
||||
|
||||
.compareLayOut-wrapper {
|
||||
@@ -28,6 +32,10 @@
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
right: 40px;
|
||||
|
||||
.regularDropdown-container {
|
||||
background: var(--background-color);
|
||||
}
|
||||
}
|
||||
|
||||
.chooseLayout-container {
|
||||
@@ -158,11 +166,16 @@
|
||||
background-color: var(--highlight-text-color) !important;
|
||||
border-radius: 4px;
|
||||
|
||||
.layout {
|
||||
color: var(--text-button-color) !important;
|
||||
|
||||
}
|
||||
|
||||
svg {
|
||||
|
||||
path {
|
||||
|
||||
fill: var(--background-color-accent);
|
||||
fill: var(--text-button-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user