We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e69f commit 69bccacCopy full SHA for 69bccac
src/component/topnav/index.less
@@ -86,4 +86,36 @@
86
vertical-align:middle;
87
}
88
89
-}
+}
90
+@media screen and (min-width:1260px){
91
+ .cp-topnav .c{
92
+ width:12rem;
93
+ .user{
94
+ right:-0.2rem;
95
+ }
96
97
98
+@media screen and (min-width:1380px){
99
100
+ width:13rem;
101
102
+ right:-0.28rem;
103
104
105
106
+@media screen and (min-width:1580px){
107
108
+ width:15rem;
109
110
+ right:0.14rem;
111
112
113
114
+@media screen and (min-width:1900px){
115
116
+ width:18rem;
117
118
+ right:0.48rem;
119
120
121
0 commit comments