Skip to content

Commit d27fa50

Browse files
committed
toolbar buttons: padding for mobile #5770
1 parent 30614d5 commit d27fa50

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

resources/scss/src/apps/portal/HeaderToolbar.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
box-shadow: 0 5px 10px rgba(0,0,0,.3);
33
z-index : 8;
44

5-
.logo {
6-
margin-left: 1em;
7-
}
8-
95
.neo-button {
10-
margin-left: 10px;
6+
&:not(:first-child) {
7+
margin-left: 10px;
8+
}
119

1210
&.no-text {
1311
margin-left: 0;

resources/scss/src/toolbar/Base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
.neo-button {
77
margin: 0;
8+
9+
@media (max-width: 600px) {
10+
padding: 0 5px;
11+
}
812
}
913

1014
&.neo-dock-left {

0 commit comments

Comments
 (0)