Preferenec button fix one place

This commit is contained in:
Srinath 2026-02-05 15:53:34 +05:30
parent f69788cde1
commit 3329192ea6
1 changed files with 15 additions and 6 deletions

View File

@ -109,15 +109,19 @@
gap: 0; gap: 0;
width: 80%; width: 80%;
} }
.preferences-list { .preferences-list {
max-height: 80vh; max-height: 80vh;
width: 95%; width: 95%;
.preference-headers { .preference-headers {
font-size: 1rem; font-size: 1rem;
} }
.ant-form-item-label>label { .ant-form-item-label>label {
font-size: 14px; font-size: 14px;
} }
.ant-checkbox-wrapper { .ant-checkbox-wrapper {
font-size: 13px; font-size: 13px;
} }
@ -149,12 +153,17 @@
} }
} }
} }
.PreferencesBTN { .PreferencesBTN {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: flex-end; justify-content: flex-end;
width: 100%; width: 100%;
margin-top: 1rem; margin-top: 1rem;
position: fixed;
bottom: 1.3rem;
right: 2.5rem;
.primary_Button { .primary_Button {
width: 200px !important; width: 200px !important;
} }