Make the markdown buttons work a bit nicer on mobile

This commit is contained in:
Tracker-Friendly 2024-07-02 18:21:25 +01:00
parent efaf32bab0
commit ac2fd60bf7
1 changed files with 3 additions and 1 deletions

View File

@ -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 {