mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
reduce button size
This commit is contained in:
parent
261259b38f
commit
b40c1c4744
6
src/css/dialogs-import.css
vendored
6
src/css/dialogs-import.css
vendored
@ -225,9 +225,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.import-mode-section .button {
|
.import-mode-section .button {
|
||||||
width: 90px;
|
width: 75px;
|
||||||
height: 40px;
|
height: 30px;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
<div class="import-mode">
|
<div class="import-mode">
|
||||||
<div class="import-mode-title">How do you want to import the new content?</div>
|
<div class="import-mode-title">How do you want to import the new content?</div>
|
||||||
<div class="import-mode-section">
|
<div class="import-mode-section">
|
||||||
<span class="import-mode-section-description">Combine the imported content and your existing sprite.</span>
|
<span class="import-mode-section-description">Combine the imported content and your sprite.</span>
|
||||||
<button class="import-mode-merge-button button-primary button">Merge</button>
|
<button class="import-mode-merge-button button-primary button">Merge</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="import-mode-section">
|
<div class="import-mode-section">
|
||||||
|
Loading…
Reference in New Issue
Block a user