Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-02-13 15:40:26 +0300
committerAndras Timar <andras.timar@collabora.com>2019-02-13 15:40:26 +0300
commit9e3f891e387ff14dddaa56cec6738ad7a9781884 (patch)
tree7b69c334008f8f2d3cb504e0bdd91cc7f2772dc8 /css
parent6ccdf464a81c4cb08fb3678994b806fbbaf59b65 (diff)
Add more space to accomodate text length of dialog title
Diffstat (limited to 'css')
-rw-r--r--css/templatePicker.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/templatePicker.scss b/css/templatePicker.scss
index 333643b9..b56a032b 100644
--- a/css/templatePicker.scss
+++ b/css/templatePicker.scss
@@ -19,13 +19,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
+
#template-picker {
.template-container:not(.hidden) {
display: flex;
flex-wrap: wrap;
a {
- $size: 150px;
+ $size: 170px;
$sizeY: $size / 210 * 297;
$space: 10px;
border-radius: 3px; // 12&13 fallback
@@ -34,7 +34,7 @@
margin: $space;
position: relative;
- &:hover,
+ &:hover,
&:focus {
border-color: $color-primary-element; // 12&13 fallback
}
@@ -60,4 +60,4 @@
}
}
}
-} \ No newline at end of file
+}