app: Drop border shadow for app icon in mobile view

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-02-18 11:53:23 -08:00 committed by James Valleroy
parent 58640f6dfb
commit ddc90ff511
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -588,11 +588,6 @@ a.menu_link_active {
width: 150px;
height: 150px;
margin: 0 auto;
border-radius: 20%;
border: 5px solid #fff;
box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
padding: 10px;
transition: height 0.5s width 0.5s;
}
.header-bar {