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;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
break-inside: avoid;
|
||||
break-inside: avoid-page;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
|
||||
display: none;
|
||||
@include desktop {
|
||||
|
|
|
|||
Loading…
Reference in New Issue