Skip to content

Commit

Permalink
Version v1.1.2
Browse files Browse the repository at this point in the history
- Fixes selector width on the contacts page
  • Loading branch information
OliverParoczai authored Oct 9, 2023
2 parents 2e1ee3f + 4cc31c1 commit 6e943cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Unrounded Corners
A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
]]></description>
<version>1.1.1</version>
<version>1.1.2</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>
Expand Down
5 changes: 5 additions & 0 deletions css/unround.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ select {
.icon-history{
border-radius: 100px !important; /* Still E-mail, reversing the border for this icon as it has an animation that would overlap */
}

/* Fix width of select items, especially for the contacts page */
.vs__selected {
min-width: unset !important;
}

0 comments on commit 6e943cb

Please sign in to comment.