Files
bee-dashboard/src/modules/filemanager/components/UpgradeDriveModal/UpgradeDriveModal.scss
T
Bálint Ujvári 0d5138f5bc Fix: file-manager and swarm-desktop bugs (#714)
- drive capacity display with stamp polling
- download/upload progress handling
- overlay and tooltip issues
- FileMaganger readme
- ultra-light mode handling
- account feed view page
- download media files
- remove not found syncing link
- fix ultra light node wallet page
- tooltip issues
---------
Co-authored-by: Andrei Mitrea <andrei.mitrea.hq@gmail.com>
Co-authored-by: nidishk <nidishkrishnan45@gmail.com>
Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com>
Co-authored-by: Nándor Komlódi <nandor.komlodi@gmail.com>
Co-authored-by: rolandlor <33499567+rolandlor@users.noreply.github.com>
2026-01-26 12:57:14 +01:00

77 lines
1.3 KiB
SCSS

.fm-upgrade-drive-modal-container {
overflow-y: hidden;
}
.fm-upgrade-drive-modal {
width: 600px;
max-height: calc(100vh - 48px);
display: flex;
flex-direction: column;
}
.fm-modal-window-scrollable {
overflow-y: auto;
overflow-x: hidden;
flex: 1;
display: flex;
flex-direction: column;
gap: 16px;
padding-right: 4px;
}
.fm-upgrade-drive-modal-wallet {
display: flex;
flex-direction: column;
gap: 8px;
}
.fm-upgrade-drive-modal-wallet-header {
display: flex;
align-items: center;
gap: 8px;
}
.fm-upgrade-drive-modal-wallet-info {
display: flex;
justify-content: space-between;
align-items: center;
}
.fm-upgrade-drive-modal-info {
display: flex;
align-items: center;
gap: 8px;
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid rgb(229, 231, 235);
}
.fm-upgrade-drive-modal-info-link {
display: flex;
align-items: center;
gap: 8px;
width: max-content;
text-decoration: none;
}
.fm-upgrade-drive-modal-input-row {
display: flex;
justify-content: space-between;
gap: 24px;
}
.fm-upgrade-drive-modal-estimated-cost {
display: flex;
flex-direction: column;
gap: 8px;
padding: 12px;
font-size: 14px;
background-color: white;
border: 1px solid rgb(229, 231, 235);
}
.fm-upgrade-drive-modal-wallet-info-container {
display: flex;
flex-direction: column;
gap: 8px;
}