File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -6300,6 +6300,10 @@ msgstr ""
63006300msgid "You"
63016301msgstr ""
63026302
6303+ #: lists/list_follow.html
6304+ msgid "Private"
6305+ msgstr ""
6306+
63036307#: lists/list_follow.html
63046308msgid "OpenLibrary Logo"
63056309msgstr ""
Original file line number Diff line number Diff line change 5252 $ is_public = settings and settings.get('public_readlog', 'no') == "yes"
5353 $if is_public:
5454 $:render_follow_button(owner_username, is_subscribed)
55+ $else:
56+ < button class ="list-follow-card__private-button " disabled >
57+ < span class ="pvt-text "> $_('Private')</ span >
58+ </ button >
5559 </ div >
5660 </ div >
5761 $else:
Original file line number Diff line number Diff line change 127127 margin : 0 ;
128128 }
129129 }
130+ &__private-button {
131+ background-color : @grey ;
132+ border : none ;
133+ cursor : not-allowed ;
134+ pointer-events : none ;
135+ display : flex ;
136+ justify-content : center ;
137+ align-items : center ;
138+ padding-bottom : 1px ;
139+ border-radius : 4px ;
140+ .pvt-text {
141+ color : @white ;
142+ font-size : 12px ; // Override base size
143+ padding : 2px 4px ; // Less padding
144+ box-shadow : none ; // Remove default shadow if present
145+ margin : 0 ;
146+ letter-spacing : 0.2px ;
147+ }
148+ }
130149 &__title {
131150 font-weight : bold ;
132151 font-size : @font-size-label-large ;
You can’t perform that action at this time.
0 commit comments