Fix width of settings section
This commit is contained in:
parent
46ea39245e
commit
c525957b2e
@ -23,7 +23,7 @@
|
|||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
border-top-color: lightgray;
|
border-top-color: lightgray;
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 30px);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -80,7 +80,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 100%;
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-actions > span {
|
.section-actions > span {
|
||||||
|
Loading…
Reference in New Issue
Block a user