mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/FilenamePreview: reduce border, improve padding
This commit is contained in:
parent
ad9fd4f601
commit
631f8bddd8
@ -106,12 +106,16 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 8px;
|
gap: 9px;
|
||||||
padding: 8px var(--padding);
|
padding: 7px var(--padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
.filename-preview-item:first-child {
|
.filename-preview-item:first-child {
|
||||||
border-bottom: 1.5px var(--button-stroke) solid;
|
border-bottom: 1px var(--button-stroke) solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.filename-preview-item:last-child {
|
||||||
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-icon {
|
.item-icon {
|
||||||
@ -144,6 +148,7 @@
|
|||||||
|
|
||||||
.item-text .description {
|
.item-text .description {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 750px) {
|
@media screen and (max-width: 750px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user