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
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-08-07 10:38:40 +0300
committerdartcafe <github@dartcafe.de>2021-08-07 10:38:40 +0300
commitc27d29ace30b7a3217d901ff542a88460aa2d548 (patch)
tree9f18b0a5e531d58ad9b2c105051929c127a387b8 /src/js/components/Options
parent81024e6187949409f80009b819871a4bf9e407bb (diff)
css fixes
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionItem.vue12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/js/components/Options/OptionItem.vue b/src/js/components/Options/OptionItem.vue
index b3934770..0956738c 100644
--- a/src/js/components/Options/OptionItem.vue
+++ b/src/js/components/Options/OptionItem.vue
@@ -191,7 +191,6 @@ export default {
flex: 1;
position: relative;
&.date-box {
- // flex: 1;
align-items: stretch;
flex-direction: column;
}
@@ -205,7 +204,6 @@ export default {
.option-item__option--datebox {
display: flex;
flex-direction: column;
- // padding: 0 2px;
align-items: stretch;
justify-content: flex-start;
text-align: center;
@@ -214,22 +212,15 @@ export default {
.event-date {
display: flex;
- flex: 1;
+ flex: 0 1;
flex-direction: row;
- align-items: stretch;
justify-content: center;
- // background-color: var(--color-background-dark);
.event-from, .event-to {
display: flex;
flex-direction: column;
- align-items: stretch;
flex: 1;
min-width: 70px;
- // flex-direction: column;
- // align-items: center;
- // padding-bottom: 8px;
- // flex: 0;
.month, .dow, .time {
white-space: pre;
@@ -266,7 +257,6 @@ export default {
flex: 1;
opacity: 1;
white-space: normal;
- // padding-right: 4px;
}
.option-item__option--text {