Browse Source

fixe the subdropd

AlexiCauvin 7 years ago
parent
commit
24154d2ea7
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/css/AccountPage.styl

+ 4 - 3
src/css/AccountPage.styl View File

49
       border-radius 10px
49
       border-radius 10px
50
       padding 0
50
       padding 0
51
       width 20%
51
       width 20%
52
+      min-height 600px
52
       background-color off-white
53
       background-color off-white
53
       &__responsive
54
       &__responsive
54
         font-size 20px
55
         font-size 20px
79
       border-radius 10px
80
       border-radius 10px
80
       padding 20px
81
       padding 20px
81
       width 80%
82
       width 80%
83
+      min-height 600px
82
       background-color off-white
84
       background-color off-white
83
       .personaldata
85
       .personaldata
84
         &__text
86
         &__text
126
               background-color blue
128
               background-color blue
127
               color white
129
               color white
128
           &__submenu
130
           &__submenu
129
-            width 203px
130
-            max-height 300px
131
+            max-height 265px
131
             overflow-Y auto
132
             overflow-Y auto
132
             &__item
133
             &__item
133
               &:hover, &:focus
134
               &:hover, &:focus
264
               text-overflow ellipsis
265
               text-overflow ellipsis
265
               white-space nowrap
266
               white-space nowrap
266
               overflow hidden
267
               overflow hidden
267
-              width 310px
268
+              width 175px
268
               &:focus
269
               &:focus
269
                 overflow visible
270
                 overflow visible
270
                 width auto
271
                 width auto