mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 20:39:09 -05:00
🐛 Fix file renaming input size
This commit is contained in:
parent
eabec6be20
commit
5f0b86e0df
1 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,6 @@
|
||||||
height: $s-16;
|
height: $s-16;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: $s-2;
|
padding-bottom: $s-2;
|
||||||
margin-top: calc(-1 * $s-2);
|
|
||||||
color: var(--title-foreground-color);
|
color: var(--title-foreground-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -54,10 +53,10 @@
|
||||||
|
|
||||||
.file-name-input {
|
.file-name-input {
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
border-radius: $br-4;
|
border-radius: $br-4;
|
||||||
background-color: var(--input-background-color);
|
background-color: var(--input-background-color);
|
||||||
font-size: $fs-14;
|
font-size: $fs-14;
|
||||||
|
|
Loading…
Add table
Reference in a new issue