-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ui fixes to remove rounded corners and make the ui/ux similar to…
… recommendation widget. cs fix. composer fix no dev and review comments from Joas and Côme addressed Signed-off-by: yemkareems <[email protected]>
- Loading branch information
1 parent
7ad8f46
commit c6fdaca
Showing
9 changed files
with
60 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* | ||
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors | ||
* SPDX-License-Identifier: AGPL-3.0-or-later | ||
*/ | ||
#panel-files-favorites { | ||
.avatardiv { | ||
border-radius: var(--border-radius); | ||
flex-shrink: 0; | ||
|
||
& > img { | ||
border-radius: var(--border-radius); | ||
flex-shrink: 0; | ||
margin-right: 9px; | ||
} | ||
|
||
background: none !important; | ||
margin-left: 8px; | ||
margin-right: 9px; | ||
} | ||
.item-list__entry { | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
.item__details { | ||
white-space: nowrap; | ||
margin-bottom: -8px; | ||
display: inline-block; | ||
max-width: 170px; | ||
color: var(--color-main-text); | ||
text-overflow: ellipsis; | ||
overflow: hidden; | ||
padding-left: 0; | ||
border-radius: var(--border-radius); | ||
} | ||
h3 { | ||
font-weight: 400; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters