We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f81efc commit ab560fcCopy full SHA for ab560fc
conf/html/shared/habpanel/css/panelui.css
@@ -141,14 +141,15 @@
141
}
142
143
#rainButton.open {
144
+ transition: right 500ms ease;
145
top: 7px !important;
- right: 50px !important;
146
+ right: calc( 100% - 120px ) !important;
147
color: white;
148
margin: 0px 5px 5px 5px;
149
border-color: white;
150
border-radius: 4px;
151
padding: 2px 5px;
- background-color: rgba(0,60,136,.5);
152
+ background-color: rgba(68,65,65,0.84);
153
font-weight: 500;
154
font-size: 1.14em;
155
height: 1.5em;
@@ -167,7 +168,7 @@
167
168
padding-left: 0;
169
padding-top: 0px;
170
margin-top: 0px;
- top: -60px;
171
+ top: 0px;
172
right: 0;
173
left: 0;
174
transform: translate3d(100%, 0, 0);
0 commit comments