1
0

Show caldav url in settings if it's enabled server side

This commit is contained in:
kolaente
2020-10-03 14:58:33 +02:00
parent 2c6ec6ec35
commit 2870f9217e
4 changed files with 64 additions and 17 deletions

View File

@ -23,24 +23,22 @@
}
}
.link-share-list {
.field.has-addons {
.field.has-addons.no-input-mobile {
.control:first-child {
width: 100%;
}
.button {
height: 40px;
}
@media screen and (max-width: $tablet) {
.control:first-child {
width: 100%;
display: none;
}
.button {
height: 40px;
}
@media screen and (max-width: $tablet) {
.control:first-child {
display: none;
}
.button {
border-radius: $radius !important;
}
border-radius: $radius !important;
}
}
}