mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
parent
72e96c6eba
commit
4389e6903f
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -825,7 +825,7 @@ table.dragshadow td.size {
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
top: 0;
|
||||
top: 3px;
|
||||
|
||||
.actions {
|
||||
> div,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue