mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
[PM-30610] Hidden images are good and easy
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
p { margin: 0px !important; }
|
||||
.link { color: #175ddc; text-decoration: none; font-weight: 600; }
|
||||
.icon-box { background: #dbe5f6; border-radius: 8px; }
|
||||
@media only screen and (max-width: 480px) {
|
||||
.hide-mobile { display: none !important; }
|
||||
}
|
||||
</mj-style>
|
||||
</mj-head>
|
||||
|
||||
@@ -69,6 +72,7 @@
|
||||
vertical-align="middle"
|
||||
width="35%">
|
||||
<mj-image
|
||||
css-class="hide-mobile"
|
||||
align="center"
|
||||
padding="0px"
|
||||
width="200px"
|
||||
@@ -112,7 +116,7 @@
|
||||
width="48px"
|
||||
vertical-align="top">
|
||||
<mj-image
|
||||
css-class="icon-box"
|
||||
css-class="icon-box hide-mobile"
|
||||
src="https://assets.bitwarden.com/email/v1/icon-enterprise.png"
|
||||
alt="Organization Icon"
|
||||
width="48px"
|
||||
@@ -148,7 +152,7 @@
|
||||
width="48px"
|
||||
vertical-align="top">
|
||||
<mj-image
|
||||
css-class="icon-box"
|
||||
css-class="icon-box hide-mobile"
|
||||
src="https://assets.bitwarden.com/email/v1/icon-account-switching-new.png"
|
||||
alt="Share Icon"
|
||||
width="48px"
|
||||
@@ -212,6 +216,7 @@
|
||||
width="30%"
|
||||
vertical-align="middle">
|
||||
<mj-image
|
||||
css-class="hide-mobile"
|
||||
src="https://assets.bitwarden.com/email/v1/spot-community.png"
|
||||
width="94px"
|
||||
padding="0px">
|
||||
|
||||
Reference in New Issue
Block a user