mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Tweak size / position in network dropdown
This commit is contained in:
parent
e917c0d92e
commit
a6d5a2f339
@ -145,9 +145,10 @@ limitations under the License.
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
right: -22px; // - (18 + 4)
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
right: -26.5px; // - (24 + 2.5)
|
||||
top: -3px;
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
mask-size: contain;
|
||||
|
Loading…
Reference in New Issue
Block a user