mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix also homepage file icons thickness and display
This commit is contained in:
parent
3ea7f52d3f
commit
1c2e4599a4
@ -133,6 +133,13 @@
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
padding: 0 0.8rem;
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
.lucide * {
|
||||
stroke-width: 2.7;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
}
|
||||
a {
|
||||
margin: 10px;
|
||||
@ -248,6 +255,10 @@
|
||||
color: @cryptpad_color_brand;
|
||||
margin-right: 10px;
|
||||
}
|
||||
svg.lucide, svg.lucide * {
|
||||
stroke-width: 2;
|
||||
vector-effect: non-scaling-stroke;
|
||||
}
|
||||
}
|
||||
.cp-sub-prompt {
|
||||
* {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user