update drive icon

This commit is contained in:
daria 2025-07-03 16:07:15 +03:00
parent cc45d920ba
commit 982ef748ef
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
2 changed files with 4 additions and 4 deletions

View File

@ -212,7 +212,7 @@ define([
]),
h('div.cp-app-drive', [
h('a.cp-drive-btn', {'href': '/drive/'}, [
h('i.fa.fa-hdd-o', {'aria-hidden': 'true'}),
h('i', {'data-lucide':'hard-drive', 'aria-hidden':'true'}),
Msg.team_cat_drive
]),
extraButtons

View File

@ -237,7 +237,8 @@
a.cp-drive-btn {
color: @cryptpad_text_col;
font-size: 1.5rem;
display: block;
display: inline-flex;
align-items: center;
height: min-content;
flex-shrink: 0;
width: fit-content;
@ -250,10 +251,9 @@
&:hover {
background-color: fade(@cryptpad_text_col, 10%);
}
i {
svg {
color: @cryptpad_color_brand;
margin-right: 10px;
font-size: 1.3em;
}
}
.cp-sub-prompt {