1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-17 18:26:17 +02:00

Update "Open" button size (#383)

Updated the "Open" button size to better fill the row
This commit is contained in:
Arjit Chaudhary 2021-05-10 20:45:58 +05:30 committed by GitHub
parent 21c5284d6d
commit b4761c4fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@
background-color: rgba(var(--body-color), 0.1);
box-shadow: rgba(var(--body-color), 0.1) 0px 0px 0px 1px,
rgba(var(--body-color), 0.1) 0px 2px 4px;
height: 90%;
width: 100%;
}
}