mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-26 21:18:50 +01:00
web/FilenamePreview: reduce border, improve padding
This commit is contained in:
parent
ad9fd4f601
commit
631f8bddd8
1 changed files with 8 additions and 3 deletions
|
@ -106,12 +106,16 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 8px;
|
||||
padding: 8px var(--padding);
|
||||
gap: 9px;
|
||||
padding: 7px var(--padding);
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
@ -144,6 +148,7 @@
|
|||
|
||||
.item-text .description {
|
||||
padding: 0;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
|
|
Loading…
Reference in a new issue