Uh oh!
There was an error while loading. Please reload this page.
adjust add button - #39884
Conversation
szaimen
commented
Aug 15, 2023
/backport to stable27 |
30f00ed to
2cbce95Compareszaimen
commented
Aug 15, 2023
/compile amend / |
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2cbce95 to
cec4986Comparesusnux
commented
Aug 15, 2023
How many pixel should the gap be? |
For vue buttons it seems there is no gap but the icon is 44px by 44px. width:44px;
background-size:20px20px;and to the button ( padding:016px04px;This should emulate the vue button styling. |
d3a53cf to
7d51257Compareszaimen
commented
Aug 16, 2023
/compile amend / |
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7d51257 to
7926b63CompareThe backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
szaimen
commented
Aug 16, 2023
/backport to stable27 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |

Close#37207