update icon responsiveness

This commit is contained in:
daria 2025-08-22 11:19:36 +03:00
parent b697c5c058
commit 7d95170f0a
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -557,8 +557,9 @@
//transform: scale(0.5);
.cp-toolbar-link-logo {
padding: 5px;
span {
font-size: 24px;
svg {
height: 1.5rem;
width: 1.5rem;
}
}
}
@ -821,9 +822,6 @@
justify-content: center;
cursor: pointer;
order: 1;
.fa {
margin: 0;
}
a.cp-toolbar-link-logo {
cursor: pointer;
display: inline-flex;
@ -833,28 +831,11 @@
color: @toolbar-bg-color;
color: var(--toolbar-bg-color);
border-radius: @variables_radius;
svg {
height: 3rem;
width: 3rem;
margin: 0;
}
span {
font-size: 45px;
}
&:hover {
// Icons shown when hovering the toolbar icon (where logo used to be)
.cptools::before {
content: "\e920"; // shows drive icon in document toolbars
}
.fa::before {
content: "\f0a0"; // shows hdd-o for all FA icons (settings, etc)
}
.fa-hdd-o::before {
content: "\f015"; // shows home for drive
}
}
// svg {
// #outline, #squares {