-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: custom shortcuts and title overlap #212
Comments
Yeah, I'll fix it in the evening. |
Fixed) #214 |
I did edited webrtc-camera.js accordingly to #214. Still can't change position of shortcut.
This one shows shortcut overlaped with title:
|
@Napalmcold |
The deal is that I am using master. Removed webrtc integration completely And installed the master. |
@Napalmcold Try clearing your browser cache. and top:0, left:0 have a minimum spacing of 13px. |
@Napalmcold The behavior is very similar to the fact that you have an old script either in hass or cached in the browser, check in another browser (in the browser, not in the application) |
@Napalmcold it is in pixels because. in theory, it can be modified so that it is possible to transfer the unit of measurement and some kind of% or vh. |
@Napalmcold in the next PR added the ability to use padding in other css units, be it % or vh #245 |
@dmamontov, видимо можем по-русски) |
shortcuts:
left: calc(50% - 12px - 48px)
services: где: |
@dmamontov, а 50% от чего он считает? При таком коде у меня иконка просто упирается в левый край камеры |
@Napalmcold calc пропустил по умолчанию 50% от (100% - 12px) |
Это я уже играться пытался, но calc ничего не меняет. И это не из-за кэша. проверил простые числовые значения - положение меняется. |
@Napalmcold попробуй переставить с мастера либо удалить webrtc-camera.js.gz. скорее всего тянется он. по скрину явно просто ломается css |
@dmamontov то есть всё удаляю и заново ставлю master? без ручной корректировки файла? |
@Napalmcold для начала переставь, если не поможет то переименуй файл gz, если тоже нет то проверь в режиме инкогнито. |
@dmamontov всё, связанное с webrtc снёс, поставил master - вообще шорткаты пропали, через инкогнито тоже))) |
Переставил еще раз. Шорткаты появились, но всё так же жмутся к левому краю. Как будто с формулой что-то не так |
@Napalmcold специально переставил и все работает) Какая конфигурация сейчас? |
@dmamontov Не знаю, что поменялось, но щас выходил из дома, пришёл, увидел твоё сообщение, скопипастил и всё пошло))) Спасибо! |
All fixes in latest release https://github.com/AlexxIT/WebRTC/releases/tag/v2.3.0 |
The new custom shortcuts added in PR #169 create a layout issue.
They overlap with the title, if it is configured.
The text was updated successfully, but these errors were encountered: