MM-54399 Move resizable sidebar handles to not overlap scrollbars (#24491)

* MM-54399 Move resizable sidebar handles to not overlap scrollbars

* Disable RHS resizing in mobile view

* Fix snapshots

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Devin Binnie <devin.binnie@mattermost.com>
Этот коммит содержится в:
Harrison Healey
2023-09-08 11:50:47 -04:00
коммит произвёл GitHub
родитель 42e988132c
Коммит 86689b7ee6
9 изменённых файлов: 9 добавлений и 22 удалений

Просмотреть файл

@@ -1757,7 +1757,6 @@
.post__time,
.post-preview__time {
margin-right: 4px;
font-size: 0.9em;
opacity: 0.6;
}

Просмотреть файл

@@ -404,11 +404,10 @@
.post__permalink {
position: absolute;
top: 2px;
left: -18px;
left: -8px;
.sidebar--right & {
top: 1px;
left: -18px;
}
}