fix: design review issues
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export default {
|
||||
.board-create {
|
||||
order: 1;
|
||||
display: flex;
|
||||
height: 44px;
|
||||
height: var(--default-clickable-area);
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
@@ -86,8 +86,8 @@ export default {
|
||||
}
|
||||
|
||||
.app-navigation-entry-bullet-wrapper {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
width: var(--default-clickable-area);
|
||||
height: var(--default-clickable-area);
|
||||
.color0 {
|
||||
width: 30px !important;
|
||||
margin: 5px;
|
||||
|
||||
Reference in New Issue
Block a user