Files
MOPMA/📍.css

21 lines
306 B
CSS

#окно-раскладки
{
position: fixed;
left: 1em;
top: 3em;
bottom: 3em;
right: 1em;
}
#окно-раскладки-заголовок
{
float: right;
}
#кнопка-раскладки-скрыть
{
position: fixed;
right: 0;
bottom: 2em;
margin: 1em;
}