-
Notifications
You must be signed in to change notification settings - Fork 6
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
fixed support for optimade, poscar and some cifs; error styles #23
Conversation
player/player.view.css
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут лучше бы просто перехватывать ошибки и рисовать кастомное сообщение.
\ | ||
\display none | ||
S \elements | ||
^ message_visible / <= Message $mol_view | ||
sub / | ||
<= Message_card $mol_card | ||
title <= message? \ | ||
theme \$mol_theme_special |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А тут accent не уместней?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я карточке поставил цвет фона $mol_theme.back
, чтобы была непрозрачной, и тему special
т.к. стандартная тема сливается с фоном, accent
будет выглядеть как кнопка.
ну или можно на Message_card().Content()
сделать цвет фона $mol_theme.card
(а на Message_card
- $mol_theme.back
) и тогда уже без тем будет непрозрачной и не сливаться, (еще есть контейнер - Message, можно было бы сделать непрозрачным его, но с margin auto он теперь на всю ширину)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А зачем вообще что-то показывать под сообщением? Мы же не смогли отрендерить ничего.
No description provided.