Fix: bottom buttons group padding(top)

This commit is contained in:
Cutls 2019-08-30 01:45:32 +09:00
parent 1a0ba40b43
commit d54112d41c

View File

@ -68,7 +68,7 @@
} }
#bottom .btnsgroup { #bottom .btnsgroup {
border: 1px solid; border: 1px solid;
padding: 1px; padding-top: 1px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
margin-right: 15px; margin-right: 15px;
@ -518,11 +518,6 @@ p:not(:last-child) {
0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3),
0px -10px 10px 0px rgba(0, 0, 0, 0.3) inset; 0px -10px 10px 0px rgba(0, 0, 0, 0.3) inset;
} }
#src-contents {
min-height: 100px;
max-height: 190px;
overflow-y: scroll;
}
.type-b { .type-b {
display: none; display: none;
} }