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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-06-02 08:11:52 +0300
committerdartcafe <github@dartcafe.de>2021-06-02 08:11:52 +0300
commit1790b2a30ec766b1b11bab428bb214a3eb98f956 (patch)
treee3033f094f6223e77839b3991a0b8c5cc52f62cf /src
parentc8c3e3ee0c48a2e847822ae1af612b4a17d3b0f7 (diff)
fix printing layout
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/assets/scss/print.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/js/assets/scss/print.scss b/src/js/assets/scss/print.scss
index cde3110a..36578627 100644
--- a/src/js/assets/scss/print.scss
+++ b/src/js/assets/scss/print.scss
@@ -5,12 +5,15 @@
}
.vote-item {
+ background: none !important;
&.active > .icon{
border: none !important;
}
> .icon {
background: none !important;
+ width: initial !important;
+ height: initial !important;
&::after {
content: '❌';
}
@@ -33,9 +36,15 @@
.vote-table .vote-table__users {
overflow-x: initial !important;
min-width: initial !important;
+ }
+
+ .table-view .vote-table__votes,
+ .table-view .vote-table .vote-table__users {
max-width: 200px;
}
+
+
.app-content {
background-color: transparent !important;
[class*='area__'] {