# La meilleure façon d'apporter de petites modifications à l'interface utilisateur

**URL:** https://meta.discourse.org/t/the-best-way-to-make-small-ui-modifications/240563
**Category:** Development
**Created:** [Octobre 1, 2022, 10:31 UTC](https://meta.discourse.org/t/the-best-way-to-make-small-ui-modifications/240563 "2022-10-01T10:31:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fluxartificial](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fluxartificial/32/267221_2.png) [@fluxartificial](https://meta.discourse.org/u/fluxartificial)
#### Post date: [Octobre 1, 2022, 10:31 UTC](https://meta.discourse.org/t/the-best-way-to-make-small-ui-modifications/240563/1 "2022-10-01T10:31:46Z")

</div>

Bonjour !

Quelle est la meilleure façon d’apporter de petites modifications à l’interface utilisateur ?  
Je veux dire, je souhaite apporter de petites modifications comme :

- Je veux que le bouton « Nouveau sujet » prenne toute la largeur sur les écrans mobiles.
- Certains éléments de la liste des sujets, comme le nom de la catégorie, soient en gras et avec une taille de police plus grande.

Ce ne sont là que quelques exemples. Comment puis-je y parvenir de la manière la plus simple et la meilleure ?  
Je ne suis pas sûr si je dois créer un nouveau thème personnalisé pour ce genre de choses.

Qu’en pensez-vous ?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [Octobre 1, 2022, 10:50 UTC](https://meta.discourse.org/t/the-best-way-to-make-small-ui-modifications/240563/2 "2022-10-01T10:50:17Z")

</div>

Voir :

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/beginners-guide-to-developing-discourse-themes/93648?u=merefield):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

> [@Designer's Guide to getting started with themes in Discourse](https://meta.discourse.org/t/designers-guide-to-getting-started-with-themes-in-discourse/152002):
>
> So you’re interested in in designing your own theme for Discourse? You’ve arrived at the right topic smile This guide will be more focused on the SCSS/CSS aspects of working with themes in Discourse. If you are also knowledgeable in JS/EmberJs/Handlebars you can go even deeper by looking into this guide. I will describe to you my personal method’s of designing and theming in Discourse. As with most things, there are LOTS of ways to go about implementing your own designs. I enjoy using the …

> [@Theme Developer Quick Reference Guide](https://meta.discourse.org/t/theme-developer-quick-reference-guide/110448?u=merefield):
>
> As themes grow more powerful, there’s more to remember about how they work. We have loads of detailed documentation under [#howto / #themes](https://meta.discourse.org/tags/c/howto/themes), but if you just need something to jog your memory, this guide may help. General Resources [scroll Beginner’s guide](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966)[scroll Designer’s guide](https://meta.discourse.org/t/designers-guide-to-discourse-themes/152002/1)[scroll Developer’s guide](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)[paintbrush Theme Creator](http://theme-creator.discourse.org)[desktop_computer Theme CLI](https://meta.discourse.org/t/discourse-theme-cli-console-app-to-help-you-build-themes/82950)[notebook_with_decorative_cover Theme Directory](https://meta.discourse.org/c/theme)[jigsaw Component Directory](https://meta.discourse.org/c/theme-component)[wrench Theme Modifiers](https://meta.discourse.org/t/theme-modifiers-a-brief-introduction/150605)[wrench Themeable site…](https://meta.discourse.org/t/-/374376)

Plus d’informations dans : [https://meta.discourse.org/c/documentation/theme-developers/127](https://meta.discourse.org/c/documentation/theme-developers/127)

---

<div class="post-metadata">

### Author: ![denvergeeks](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denvergeeks/32/327671_2.png) [@denvergeeks](https://meta.discourse.org/u/denvergeeks)
#### Post date: [Octobre 1, 2022, 3:00 UTC](https://meta.discourse.org/t/the-best-way-to-make-small-ui-modifications/240563/3 "2022-10-01T15:00:17Z")

</div>

Pour une simplicité maximale, vous pouvez ajouter du CSS dans le CSS commun de votre thème actif comme ceci…

 ![screencapture-noobish-me-admin-customize-themes-1-common-scss-edit-2022-10-01-08_57_37](https://global.discourse-cdn.com/meta/original/4X/b/4/8/b487f4fd52bf3f720f045ebd118ed6aade16d7a8.jpeg)
