Fix layout of 'add room entry' button on room page
This commit is contained in:
parent
3e4812297a
commit
ea97549d3e
|
|
@ -37,8 +37,9 @@
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
break-inside: avoid;
|
break-inside: avoid-page;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
display: none;
|
display: none;
|
||||||
@include desktop {
|
@include desktop {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue