Make the markdown buttons work a bit nicer on mobile
This commit is contained in:
parent
efaf32bab0
commit
ac2fd60bf7
|
@ -415,7 +415,8 @@ body {
|
||||||
.pell-button {
|
.pell-button {
|
||||||
background-color: var(--button);
|
background-color: var(--button);
|
||||||
border: 1px var(--border-color) solid;
|
border: 1px var(--border-color) solid;
|
||||||
width: 35px;
|
min-width: 35px;
|
||||||
|
max-width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
@ -425,6 +426,7 @@ body {
|
||||||
.pell-actionbar {
|
.pell-actionbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteBox:focus {
|
.noteBox:focus {
|
||||||
|
|
Reference in New Issue