1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-01-21 12:23:39 +01:00

prevent horizontal scollbar with padding

This commit is contained in:
4yn 2022-03-23 01:52:18 +08:00
parent 87f6c7db95
commit 1802ca12fd

View File

@ -76,6 +76,7 @@ body {
flex-flow: column nowrap;
align-items: stretch;
justify-content: flex-start;
width: 100%;
}
.preview-row {
@ -83,7 +84,7 @@ body {
}
.options {
padding: 0.5rem 0;
padding: 0.5rem 0.25rem;
flex: 1 1;
display: flex;