# Haz que la página de Permalinks sea usable y adaptable en dispositivos móviles

**URL:** https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798
**Category:** UX
**Created:** [8 Octubre, 2018 18:32 UTC](https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798 "2018-10-08T18:32:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rishabh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rishabh/32/179446_2.png) [@rishabh](https://meta.discourse.org/u/rishabh)
#### Post date: [8 Octubre, 2018 18:32 UTC](https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798/1 "2018-10-08T18:32:36Z")

</div>

All of the Admin section is pretty usable on mobile except for the Permalinks page at `admin/customize/permalinks`. It shouldn’t be very difficult to see how the existing CSS works for the other `admin/customize/` pages and make this page responsive.  
Sounds like a fun #starter-task for someone who’s learning CSS!

 ![PERMA](https://global.discourse-cdn.com/meta/original/3X/c/3/c3d41f6b77d35fb9a4dffeefc008a5582d529b4d.png)

**Relevant files:**  
Existing CSS for Permalinks: [https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/common/admin/customize.scss#L565](https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/common/admin/customize.scss#L565)  
Desktop-specific CSS: [https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/desktop/admin\_customize.scss](https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/desktop/admin_customize.scss)  
Mobile-specific CSS: [https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/mobile/admin\_customize.scss](https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/mobile/admin_customize.scss)

---

<div class="post-metadata">

### Author: ![gutofoletto](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gutofoletto/32/113996_2.png) [@gutofoletto](https://meta.discourse.org/u/gutofoletto)
#### Post date: [11 Octubre, 2018 21:16 UTC](https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798/2 "2018-10-11T21:16:11Z")

</div>

think I can take a look at that!

I saw you referenced different mobile and desktop scss files…can’t i just use media queries inside the main customize.scss file?

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [12 Octubre, 2018 05:30 UTC](https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798/4 "2018-10-12T05:30:55Z")

</div>

> [@gutofoletto](#):
>
> think I can take a look at that!

👍

> [@gutofoletto](#):
>
> I saw you referenced different mobile and desktop scss files…can’t i just use media queries inside the main customize.scss file?

Whenever possible, we definitely prefer to keep the desktop and mobile styles separate. It’s a lot more organized to have all related styles in one place.

So, try to have a look at making the changes in the mobile stylesheet if possible.

Feel free to PM me if you’re stuck on anything.

---

<div class="post-metadata">

### Author: ![gutofoletto](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gutofoletto/32/113996_2.png) [@gutofoletto](https://meta.discourse.org/u/gutofoletto)
#### Post date: [16 Octubre, 2018 16:42 UTC](https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798/5 "2018-10-16T16:42:42Z")

</div>

I opened this PR yesterday: [Fix/Permalinks Admin - Mobile by gutofoletto · Pull Request #6496 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/6496)

I don’t know if I had to report here or there.  
If there is something wrong or that could be improved, let me know 😃

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [29 Julio, 2019 17:27 UTC](https://meta.discourse.org/t/make-the-permalinks-page-usable-and-responsive-on-mobile-devices/98798/6 "2019-07-29T17:27:24Z")

</div>


