fix: окошка аватара
Frontend CI / build-and-check (push) Failing after 5m10s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 12s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 15s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 27s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 9s
Frontend CI / build-and-check (push) Failing after 5m10s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 12s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 15s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 27s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 9s
This commit is contained in:
@@ -244,9 +244,9 @@ onBeforeUnmount(() => {
|
|||||||
.avatar-icon { color: var(--color-text-secondary); }
|
.avatar-icon { color: var(--color-text-secondary); }
|
||||||
.avatar-name { font-size: 13px; font-weight: 600; color: var(--color-text); }
|
.avatar-name { font-size: 13px; font-weight: 600; color: var(--color-text); }
|
||||||
.profile-dropdown {
|
.profile-dropdown {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: calc(100% + 10px);
|
top: calc(var(--topbar-height) + 10px);
|
||||||
right: 0;
|
right: 20px;
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid var(--color-border-glass);
|
border: 1px solid var(--color-border-glass);
|
||||||
|
|||||||
Reference in New Issue
Block a user