mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-42752] Channel header icons impacted by long channel name in mobile view (#25450)
This commit is contained in:
parent
51e73b681b
commit
bdb1b8d376
@ -85,8 +85,8 @@
|
|||||||
|
|
||||||
.navbar-toggle {
|
.navbar-toggle {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
width: 50px;
|
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
flex: 0 0 50px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
@ -98,8 +98,8 @@
|
|||||||
|
|
||||||
&.navbar-right__icon {
|
&.navbar-right__icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 32px;
|
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
flex: 0 0 32px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user