This commit is contained in:
Henry Jameson 2025-08-05 18:23:17 +03:00
commit 1c4f19e56f
4 changed files with 0 additions and 5 deletions

View file

@ -6,7 +6,6 @@
:user-id="user.id"
:editable="true"
:switcher="false"
rounded="top"
/>
</div>
<div class="setting-item">

View file

@ -430,9 +430,7 @@ export default {
addField () {
if (this.newFields.length < this.maxFields) {
this.newFields.push({ name: '', value: '' })
return true
}
return false
},
deleteField (index) {
this.newFields.splice(index, 1)

View file

@ -2,7 +2,6 @@
position: relative;
z-index: 1;
overflow: hidden;
border-top-left-radius: calc(var(--roundness) - 1px);
border-top-right-radius: calc(var(--roundness) - 1px);

View file

@ -4,7 +4,6 @@
--__panel-backdrop-filter: var(--backdrop-filter);
--_shadow: var(--shadow);
.tab-switcher .tabs {
background: var(--__panel-background);
backdrop-filter: var(--__panel-backdrop-filter);