fix top-alignment of icons

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
szaimen 2022-09-05 15:44:47 +02:00 committed by nextcloud-command
parent 72e96c6eba
commit 4389e6903f
3 changed files with 3 additions and 3 deletions

View file

@ -925,7 +925,7 @@ table.dragshadow td.size {
-ms-user-select: none;
user-select: none;
display: flex;
top: 0;
top: 3px;
}
.files-controls .actions > div > .button, .files-controls .actions > div button, .files-controls .actions > .button, .files-controls .actions button {
box-sizing: border-box;

View file

@ -825,7 +825,7 @@ table.dragshadow td.size {
-ms-user-select: none;
user-select: none;
display: flex;
top: 0;
top: 3px;
.actions {
> div,

View file

@ -925,7 +925,7 @@ table.dragshadow td.size {
-ms-user-select: none;
user-select: none;
display: flex;
top: 0;
top: 3px;
}
.files-controls .actions > div > .button, .files-controls .actions > div button, .files-controls .actions > .button, .files-controls .actions button {
box-sizing: border-box;