toodego: restore positioning of "move tile up" icons (#74159)

This commit is contained in:
Frédéric Péters 2023-02-03 14:05:35 +01:00 committed by Gitea
parent b3e9c4b7a3
commit 875c9adaad
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ div.dashboard-content {
content: "\f062"; /* arrow-up */
font-family: FontAwesome;
position: relative;
top: 7px;
top: 0px;
font-size: 3.75rem;
@media screen and (max-width: $desktop-limit) {
font-size: 2.5rem;