Changeset dba0ae9 in OpenWorkouts-current for ow/static/less/modules/header.less


Ignore:
Timestamp:
Sep 28, 2019, 10:22:41 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
fcf0ef3
Parents:
c081c35
Message:

Fixed broken "add workouts" submenu
(at least for computers, we still have the problem in mobile devices
described in ticket #70)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/less/modules/header.less

    rc081c35 rdba0ae9  
    186186        }
    187187        ul{
    188             display: inline-block;
     188            /* This fixes some problems in the "add workout" submenu,
     189             where some elements appeared without full width and on wrong
     190             positioning */
     191            display: flex;
     192            li {
     193                width: 100%;
     194                text-align: center;
     195            }
    189196        }
    190197    }
Note: See TracChangeset for help on using the changeset viewer.