Browse Source

App navigation utils buttons shadow fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v12.0.0beta1
John Molakvoæ (skjnldsv) 7 years ago
parent
commit
08361e61d2
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      core/css/apps.scss

+ 3
- 1
core/css/apps.scss View File

@@ -214,7 +214,8 @@ em {
top: 0;
bottom: 0;
font-size: 12px;
button, .counter {
button,
.counter {
width: 44px;
height: 44px;
padding-top: 12px;
@@ -258,6 +259,7 @@ em {
height: 100%;
width: 100%;
margin: 0;
box-shadow: none;
}
.app-navigation-entry-utils-menu-button {
button {

Loading…
Cancel
Save