mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix ctrl+e modal icons
This commit is contained in:
parent
1b2e6417bb
commit
7ca1df2cc7
@ -324,6 +324,19 @@
|
||||
flex-flow: column;
|
||||
li {
|
||||
cursor: pointer;
|
||||
svg.lucide * {
|
||||
stroke-width: 3.5;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
@media screen and (max-width: @browser_media-medium-screen) {
|
||||
svg {
|
||||
margin: 0 @variables_icon_margin 0 @variables_icon_margin;
|
||||
width: 2.5rem;
|
||||
}
|
||||
svg.lucide, svg.lucide * {
|
||||
stroke-width: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
&> p {
|
||||
text-align: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user