fixes
This commit is contained in:
@@ -111,7 +111,6 @@ body.dark-theme .topbar {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.topbar__lang-picker::after,
|
||||
.auth-toolbar__select-wrap::after {
|
||||
content: '\e902';
|
||||
font-family: 'primeicons';
|
||||
|
||||
@@ -2438,16 +2438,6 @@ body.dark-theme .api-connection-banner{
|
||||
min-width: 132px;
|
||||
}
|
||||
|
||||
.topbar__lang-picker::after{
|
||||
content: "▾";
|
||||
position: absolute;
|
||||
right: 0.8rem;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
pointer-events: none;
|
||||
color: var(--text-soft);
|
||||
}
|
||||
|
||||
.topbar__lang-select option{
|
||||
background: var(--surface-1);
|
||||
color: var(--text-main);
|
||||
@@ -3377,17 +3367,6 @@ body.dark-theme .p-confirm-dialog .p-confirm-dialog-icon{
|
||||
}
|
||||
}
|
||||
|
||||
/* 2026-04 layout fixes: auth centering and storage header spacing */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.storage-browser__header{
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user