mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:42:13 +00:00
fixed layer details section styles
This commit is contained in:
parent
abc3704c9a
commit
0bc28fcbc4
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
<div class="details block" id="details_base">
|
<div class="details block" id="details_base">
|
||||||
<h2 class="trn toggle toggle-full" data-target="toggle_details">Layer details</h2>
|
<h2 class="trn toggle toggle-full" data-target="toggle_details">Layer details</h2>
|
||||||
<div class="content" id="toggle_details"></div>
|
<div class="content details-content" id="toggle_details"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="layers block">
|
<div class="layers block">
|
||||||
|
|||||||
@ -558,6 +558,10 @@ IMPORTANT: any new icon should also must be added on /service-worker.js + its ve
|
|||||||
background-color: var(--background-color-active);
|
background-color: var(--background-color-active);
|
||||||
color: var(--text-color-active);
|
color: var(--text-color-active);
|
||||||
}
|
}
|
||||||
|
.details-content{
|
||||||
|
height: 206px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width:700px){
|
@media screen and (max-width:700px){
|
||||||
body{
|
body{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user