Skip to content

Commit e88c35c

Browse files
authored
AI-Aided: Added image border for all images (#8058)
* Added image border for all images * IME image is clickable
1 parent f428543 commit e88c35c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/_static/css/mattermost-global.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,4 +2004,13 @@ mark {
20042004
#check-your-mattermost-client-settings .tab-set .tab-set {
20052005
background-color: var(--color-background-secondary);
20062006
padding: 0rem 1rem 1rem 1rem;
2007+
}
2008+
2009+
/* Image borders */
2010+
img {
2011+
border: 1px solid #d3d3d3;
2012+
}
2013+
2014+
body:not([data-custom-theme="light"]) img {
2015+
border: 1px solid #4a4a4a;
20072016
}

source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Mattermost's purpose is to accelerate the world's mission critical work by devel
55

66
.. image:: /images/ime.png
77
:alt: Infographic titled "Mattermost: The Intelligent Mission Environment", showcasing Mattermost as an AI-powered, self-hosted collaboration platform for defense, security, and critical enterprises. It highlights use cases in Cyber Defense, Development, Security, and Operations (DevSecOps), and Mission Operations; a secure collaborative workflow with messaging, automation, audio/screenshare, project tracking, and AI tools; an integration platform with extensible architecture; and a deployment solution with Kubernetes-based, cyber-resilient scalability.
8+
:target: about/product.html
89

910
.. toctree::
1011
:maxdepth: 1

0 commit comments

Comments
 (0)